|
@ -82,7 +82,12 @@ jobs: |
|
|
uses: actions-rs/cargo@v1 |
|
|
uses: actions-rs/cargo@v1 |
|
|
with: |
|
|
with: |
|
|
command: test |
|
|
command: test |
|
|
args: --all --all-features -- --skip dpc --skip integration_test |
|
|
|
|
|
|
|
|
args: "--all \ |
|
|
|
|
|
--all-features \ |
|
|
|
|
|
--exclude cp-benches \ |
|
|
|
|
|
--exclude algebra-benches \ |
|
|
|
|
|
--exclude ff-fft-benches \ |
|
|
|
|
|
-- --skip dpc --skip integration_test" |
|
|
|
|
|
|
|
|
check_no_std: |
|
|
check_no_std: |
|
|
name: Check no_std |
|
|
name: Check no_std |
|
|