Skip to content

Commit

Permalink
Enable testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Mar 2, 2024
1 parent 893c3bc commit cb53e10
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ml-kem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- run: cargo build --all-features
# TODO(tarcieri): remove cargo build, run cargo test
#- run: cargo test --no-default-features
#- run: cargo test
#- run: cargo test --all-features
- run: cargo test --no-default-features
- run: cargo test
- run: cargo test --all-features

# TODO(tarcieri): miri
# miri:
Expand Down

0 comments on commit cb53e10

Please sign in to comment.