Skip to content

Update README.md

Update README.md #91

Workflow file for this run

name: Run Build and Test
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
test:
name: test on ${{ matrix.os }}
concurrency:
group: ${{ github.head_ref || github.run_id }}
cancel-in-progress: true
strategy:
matrix:
# os: [ubuntu-22.04, macos-13] linux not supported yet
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- run: CARGO_BAZEL_ISOLATED=0 CARGO_BAZEL_REPIN=true bazelisk test --test_output=all //clash_lib/... //clash/...