From 257ecd7bc0d62cae69b10af05a08db0602b6dcaa Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 1 Mar 2023 20:54:00 +0100 Subject: [PATCH] disable all features flag (breaks example domain tests) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a2b61b2..4a0bbed 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - uses: taiki-e/install-action@nextest - uses: Swatinem/rust-cache@v2 - name: Run cargo test - run: cargo nextest run --all-targets --all-features + run: cargo nextest run --all-targets lint: runs-on: ubuntu-latest