Skip to content

Commit

Permalink
reverted change to run-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mirackara committed Dec 20, 2023
1 parent fa3b606 commit 9f94c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd $TEST_DIR

go mod tidy
# Run Tests and Create Cover Profile for Code Coverage
go test -race -benchtime=1ms -bench=. -coverprofile=coverage.out -covermode=atomic -coverpkg=$pwd ./...
go test -race -benchtime=1ms -bench=. -coverprofile=coverage.out -covermode=atomic -coverpkg=./... ./...
go vet ./...
verify_go_fmt

Expand Down

0 comments on commit 9f94c6c

Please sign in to comment.