Skip to content

Commit

Permalink
Remove "all features" job b/c it's a duplicate of the cargo hack job
Browse files Browse the repository at this point in the history
  • Loading branch information
spencewenski committed Mar 31, 2024
1 parent 64d75f5 commit c27feb5
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
# `cargo hack --each-feature` runs the given command for each feature, including "no features", "all features",
# and the `default` feature.
roadster_each_feature:
name: Each feature
runs-on: ubuntu-latest
Expand All @@ -23,18 +25,6 @@ jobs:
- name: Clippy
run: cargo hack clippy --workspace --all-targets --each-feature -- -D warnings

roadster_all_features:
name: All features
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Test
run: cargo test --no-fail-fast --all-features --workspace
- name: Check
run: cargo check --all-features --workspace
- name: Clippy
run: cargo clippy --workspace --all-targets --all-features -- -D warnings

check_formatting:
name: Formatting
runs-on: ubuntu-latest
Expand Down

0 comments on commit c27feb5

Please sign in to comment.