Skip to content

Commit

Permalink
ci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed Jul 22, 2024
1 parent 72fe346 commit 90968a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
${{ runner.os }}-cargo-build-
- name: Run verification
run: cargo run --release --bin swiftness --features ${{ matrix.layout }},keccak,std --no-default-features -- --proof examples/proofs/${{ matrix.layout }}/cairo0_example_proof.json
run: cargo run --release --bin swiftness --features std,${{ matrix.layout }},keccak --no-default-features -- --proof examples/proofs/${{ matrix.layout }}/cairo0_example_proof.json

no-std-build:
name: Test no_std support
Expand All @@ -99,6 +99,6 @@ jobs:
- uses: actions/checkout@v3
- name: Check wasm compatibility
run: |-
cd ensure_no_std
cd examples/no_std
rustup show
cargo build -r --features ${{ matrix.layout }},keccak --no-default-features

0 comments on commit 90968a0

Please sign in to comment.