Skip to content

Commit

Permalink
[CI] unify
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdae committed Apr 4, 2024
1 parent 412d36b commit d826093
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 31 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/bre.yml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,16 @@ jobs:
- name: workspace
working-directory: examples/workspace
run: bazel test //...

remote-execution:
name: Bazel Remote Execution
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: run nativelink
run: |
cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0
(nativelink test/basic_cas.json &)
- name: remote execution
run: |
bazel test --config=remote //...
4 changes: 2 additions & 2 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d826093

Please sign in to comment.