From 9d92fd875eb975161be3ab14d4e1450071a0311c Mon Sep 17 00:00:00 2001 From: erdnaxe Date: Wed, 4 Sep 2024 13:10:42 +0000 Subject: [PATCH] slh-dsa: fix --no-default-features tests (#853) --- .github/workflows/slh-dsa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/slh-dsa.yml b/.github/workflows/slh-dsa.yml index 49dbaf87..e83e536e 100644 --- a/.github/workflows/slh-dsa.yml +++ b/.github/workflows/slh-dsa.yml @@ -30,6 +30,6 @@ jobs: with: toolchain: ${{ matrix.rust }} - run: cargo check --all-features - - run: cargo test --no-default-features TODO + - run: cargo test --no-default-features - run: cargo test - run: cargo test --all-features