build: test all feature combinations
Some checks failed
Rust / build (push) Failing after 3s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful

This commit is contained in:
Paul Campbell 2024-08-12 09:44:35 +01:00
parent 08d2377404
commit c965586537

View file

@ -18,21 +18,21 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Format - name: Format
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
with: with:
args: cargo fmt --all -- --check args: cargo hack fmt --feature-powerset --all -- --check
- name: Clippy - name: Clippy
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
with: with:
args: cargo clippy args: cargo hack clippy --feature-powerset
- name: Build - name: Build
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
with: with:
args: cargo build args: cargo hack build --feature-powerset
- name: Test - name: Test
uses: https://git.kemitix.net/kemitix/rust@v1.80.0-2 uses: https://git.kemitix.net/kemitix/rust@v1.80.1-1
with: with:
args: cargo test args: cargo hack test --feature-powerset