From 8bb2a6815efbb8079831ba30578d923492d508e3 Mon Sep 17 00:00:00 2001 From: Artem Medvedev Date: Tue, 30 Jul 2024 23:43:49 +0200 Subject: [PATCH] ci: exclude all-features test run We already have quite a lot of modules and CI can't handle the space required for this. Thus, each feature will be tested only independently. --- .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 982897c..cd3c380 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,4 +129,4 @@ jobs: echo LD_LIBRARY_PATH=$IC_DIR:$LD_LIBRARY_PATH >> $GITHUB_ENV echo $IC_DIR >> $GITHUB_PATH - name: Tests - run: cargo hack test --each-feature --clean-per-run + run: cargo hack test --each-feature --clean-per-run --exclude-all-features