Skip to content

Commit

Permalink
build(tests): run all tests and with verbose mode
Browse files Browse the repository at this point in the history
Refs: #5
  • Loading branch information
piraz committed Jul 21, 2024
1 parent 7176cc6 commit 2700fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
go mod tidy
- name: Run go unit tests
run: |
CGO_ENABLED=0 go clean -testcache && go test . ./testrunner
CGO_ENABLED=0 go clean -testcache && go test -v ./...

0 comments on commit 2700fd1

Please sign in to comment.