Skip to content

Commit

Permalink
refactor: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Sep 1, 2023
1 parent 4c45476 commit a1c6596
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 @@ -18,7 +18,7 @@ if [ "$type" = "load-test" ]; then
# go run ./cmd/app/main.go
k6 run ./load_tests/script.js --insecure-skip-tls-verify
else
go test -tags="$type" -count=1 -p=1 -parallel=1 ./...
go test -tags="$type" -v -count=1 -p=1 -parallel=1 ./...
fi


0 comments on commit a1c6596

Please sign in to comment.