Skip to content

Commit 9d86ad4

Browse files
committed
ci: add test to ci
1 parent 752d4b5 commit 9d86ad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ jobs:
101101
- run: cd examples && bazelisk build --jobs=1 //if_cuda:main
102102
- run: cd examples && bazelisk build --jobs=1 //if_cuda:main --enable_cuda=False
103103
- run: bazelisk shutdown
104+
104105
# run some repo integration tests
105106
- run: cd tests/integration && ./test_all.sh
107+
- run: cd tests/hermeticity && ./test.sh
106108

107109
# Use Bazel 7
108110
- run: echo "USE_BAZEL_VERSION=7.5.0" >> $GITHUB_ENV

0 commit comments

Comments
 (0)