Skip to content

Commit d2b9b99

Browse files
committed
test ci with darwin runner #7
1 parent 8277760 commit d2b9b99

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,5 @@ jobs:
9191
set -e -o pipefail
9292
# Keep CI awake
9393
while true; do echo "."; sleep 60; done &
94-
95-
nix-shell --pure --run 'bazel test //... $BAZEL_ARGS''
94+
nix-shell --pure --run 'bazel test //... $BAZEL_ARGS'
9695

0 commit comments

Comments
 (0)