Skip to content

Commit

Permalink
ci: do not failfast if run test.sh manually
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSingee committed Sep 7, 2023
1 parent 9a644cd commit faa7661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitty/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ GIT_ROOT="$(git rev-parse --show-toplevel)"
cd "$(mktemp -d)"
git clone "$GIT_ROOT/.git" kitty
cd kitty
./test.sh
./test.sh -failfast
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
cd "$(git rev-parse --show-toplevel)"
go test -v -timeout=1m -count=1 -failfast ./... "$@"
go test -v -timeout=1m -count=1 ./... "$@"
exit $?

0 comments on commit faa7661

Please sign in to comment.