From f6bd73ecdc09610262e847d8a118359284cdb48e Mon Sep 17 00:00:00 2001 From: rodrimati1992 Date: Mon, 10 Oct 2022 16:18:21 -0300 Subject: [PATCH] Updated CI config --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4aabc0e..36e2f0b 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: cd "${{github.workspace}}/" cargo test --no-default-features --features "test rust_1_64" - cargo test --no-default-features --features "test __for_konst" + cargo test --no-default-features --features "test rust_1_64 non_basic" - name: ci-all-versions run: |