Skip to content

Commit

Permalink
do not run verbose unit test on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jan 30, 2024
1 parent b015286 commit cad15bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
go-version: '^1.18'

- name: Run unit tests
run: go test -v ./...
run: go test ./...

- name: Build
run: make x1

0 comments on commit cad15bf

Please sign in to comment.