Skip to content

Commit

Permalink
ci: exclude all-features test run (#174)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
DDtKey authored Sep 24, 2024
1 parent 4b54d2a commit 35299f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,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

0 comments on commit 35299f5

Please sign in to comment.