diff --git a/.github/workflows/ml-kem.yml b/.github/workflows/ml-kem.yml index 6281f8b..f5d1955 100644 --- a/.github/workflows/ml-kem.yml +++ b/.github/workflows/ml-kem.yml @@ -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: