Skip to content

Commit cc1ce2c

Browse files
committed
slh-dsa: fix --no-default-features tests
1 parent 132b046 commit cc1ce2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slh-dsa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
with:
3131
toolchain: ${{ matrix.rust }}
3232
- run: cargo check --all-features
33-
- run: cargo test --no-default-features TODO
33+
- run: cargo test --no-default-features
3434
- run: cargo test
3535
- run: cargo test --all-features

0 commit comments

Comments
 (0)