mirror of
https://github.com/logos-storage/circom-compat-ffi.git
synced 2026-01-03 21:33:07 +00:00
try continue-on-error: true
This commit is contained in:
parent
9611c1539a
commit
70da937984
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -11,12 +11,13 @@ jobs:
|
|||||||
build_and_test:
|
build_and_test:
|
||||||
name: Rust project - latest
|
name: Rust project - latest
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
continue-on-error: true
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
toolchain:
|
toolchain:
|
||||||
- stable
|
- stable
|
||||||
- beta
|
- beta
|
||||||
# - nightly
|
- nightly
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user