Skip to content

Commit

Permalink
ci: append repo integration tests to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhan committed Aug 12, 2024
1 parent 4cf68f1 commit 01e0709
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
- run: cd examples && bazelisk build --jobs=1 //if_cuda:main
- run: cd examples && bazelisk build --jobs=1 //if_cuda:main --enable_cuda=False
- run: bazelisk shutdown
# run some repo integration tests
- run: cd tests/integration && ./test_all.sh

# Use Bazel 6
- run: echo "USE_BAZEL_VERSION=6.4.0" >> $GITHUB_ENV
Expand Down

0 comments on commit 01e0709

Please sign in to comment.