We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 752d4b5 commit 9d86ad4Copy full SHA for 9d86ad4
.github/workflows/build-tests.yaml
@@ -101,8 +101,10 @@ jobs:
101
- run: cd examples && bazelisk build --jobs=1 //if_cuda:main
102
- run: cd examples && bazelisk build --jobs=1 //if_cuda:main --enable_cuda=False
103
- run: bazelisk shutdown
104
+
105
# run some repo integration tests
106
- run: cd tests/integration && ./test_all.sh
107
+ - run: cd tests/hermeticity && ./test.sh
108
109
# Use Bazel 7
110
- run: echo "USE_BAZEL_VERSION=7.5.0" >> $GITHUB_ENV
0 commit comments