-4
.github/workflows/ci.yml
-4
.github/workflows/ci.yml
···
34
34
key: ${{ runner.OS }}-cargo-${{ hashFiles('**/Cargo.lock') }}
35
35
restore-keys: |
36
36
${{ runner.OS }}-cargo-
37
-
- name: Build library (default features)
38
-
run: cargo build
39
-
- name: Test library (default features)
40
-
run: cargo test
41
37
- name: Build library (all feature combinations)
42
38
run: cargo hack --feature-powerset --no-dev-deps build
43
39
- name: Test library (all feature combinations)