mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Test all features and no_std iterate
This commit is contained in:
parent
62149c4f80
commit
5cb2a4953a
1 changed files with 1 additions and 12 deletions
13
.github/workflows/rust.yml
vendored
13
.github/workflows/rust.yml
vendored
|
|
@ -13,6 +13,7 @@ env:
|
|||
|
||||
jobs:
|
||||
test:
|
||||
name: Test all features
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
@ -27,18 +28,6 @@ jobs:
|
|||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: rustup target add ${{ matrix.target }}
|
||||
- run: ${{ matrix.deps }}
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --lib --tests
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --features alloc --lib
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --features fast --lib
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --features rand_core --lib --tests
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --features alloc,rand_core --lib --tests
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --features fast,rand_core --lib --tests
|
||||
- run: cargo test --target ${{ matrix.target }} --no-default-features --features alloc,fast,rand_core --lib --tests
|
||||
- run: cargo test --target ${{ matrix.target }}
|
||||
- run: cargo test --target ${{ matrix.target }} --features batch
|
||||
- run: cargo test --target ${{ matrix.target }} --features digest,rand_core
|
||||
- run: cargo test --target ${{ matrix.target }} --features serde
|
||||
- run: cargo test --target ${{ matrix.target }} --features pem
|
||||
- run: cargo test --target ${{ matrix.target }} --all-features
|
||||
|
||||
build-simd:
|
||||
|
|
|
|||
Loading…
Reference in a new issue