Skip to content

Commit

Permalink
fix(all): go test parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jochumdev committed Jul 10, 2023
1 parent 97eacf3 commit a9ed279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function run_test() {
go get -v -t -d ./...

# Run tests.
richgo test "${GO_TEST_FLAGS}" ./...
richgo test ./... "${GO_TEST_FLAGS}"

# Keep track of exit code.
if [[ $? -ne 0 ]]; then
Expand Down

0 comments on commit a9ed279

Please sign in to comment.