Skip to content

Commit

Permalink
add -failfast
Browse files Browse the repository at this point in the history
  • Loading branch information
flarco committed Feb 26, 2024
1 parent 61867a1 commit 7014018
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 @@ -6,7 +6,7 @@ set -e # exit on error
# export _DEBUG_CALLER_LEVEL=2
export SLING_LOADED_AT_COLUMN=TRUE
cd cmd/sling
go test -parallel 5 -run TestSuite
go test -failfast -parallel 5 -run TestSuite

cd -

Expand Down

0 comments on commit 7014018

Please sign in to comment.