Skip to content

Commit

Permalink
Modify workflow to not pass r1cs features
Browse files Browse the repository at this point in the history
  • Loading branch information
cronokirby authored and redshiftzero committed Jan 24, 2024
1 parent a76e876 commit 96f4960
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: check
args: --no-default-features --features r1cs
args: --no-default-features
- uses: actions-rs/cargo@v1
with:
command: build
args: --no-default-features --features r1cs
args: --no-default-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --no-default-features --features r1cs
args: --no-default-features

0 comments on commit 96f4960

Please sign in to comment.