From dd902100939c66929885b45d4612da17c21d6efc Mon Sep 17 00:00:00 2001 From: Tim Van Wassenhove Date: Tue, 26 Mar 2024 22:43:51 +0100 Subject: [PATCH] ci: enable all features tst --- .github/workflows/test_suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index fbadbef..127acf2 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo test #--all-features + - run: cargo test --all-features # Check formatting with rustfmt formatting: