Skip to content

Commit

Permalink
Merge pull request #101 from monadicus/fix/ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gluax authored Apr 4, 2024
2 parents d8edfc9 + ff70361 commit 19fac00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
- name: Install nightly and cranelift
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-04-01
components: rustc-codegen-cranelift-preview

- uses: Swatinem/rust-cache@v2
Expand All @@ -48,7 +49,7 @@ jobs:
working-directory: ./snarkos-test
env:
RUSTFLAGS: -Zcodegen-backend=cranelift
run: cargo +nightly build --verbose
run: cargo +nightly-2024-04-01 build --verbose

test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:
- name: Install nightly and cranelift
uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-04-01
components: rustc-codegen-cranelift-preview

- uses: Swatinem/rust-cache@v2
Expand All @@ -90,4 +92,4 @@ jobs:
working-directory: ./snarkos-test
env:
RUSTFLAGS: -Zcodegen-backend=cranelift
run: cargo +nightly nextest run --all --verbose --fail-fast
run: cargo +nightly-2024-04-01 nextest run --all --verbose --fail-fast

0 comments on commit 19fac00

Please sign in to comment.