mirror of
https://github.com/arnaucube/ark-r1cs-std.git
synced 2026-01-09 23:41:33 +01:00
Make CI test all-features
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -82,7 +82,7 @@ jobs:
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
args: --all -- --skip dpc --skip integration_test
|
||||
args: --all --all-features -- --skip dpc --skip integration_test
|
||||
|
||||
check_no_std:
|
||||
name: Check no_std
|
||||
|
||||
Reference in New Issue
Block a user