diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 04e83a0..d5e6be1 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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