Skip to content

[CI] add bazel test and fix it #45

[CI] add bazel test and fix it

[CI] add bazel test and fix it #45

Workflow file for this run

name: BRE
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
jobs:
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 //...