1
Fork 0

ci/test: simplify the script even more

nix
Motiejus Jakštys 2022-07-28 14:13:53 -07:00
parent 09ebb03d47
commit 5240246cab
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,2 @@
#!/usr/bin/env bash
set -xeuo pipefail
bazel test ...
#!/usr/bin/env sh
exec bazel test ...