Skip to content

Commit

Permalink
Exclude nightly feature from stable pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
khoover committed Nov 15, 2024
1 parent 1ac9962 commit c967322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
with:
components: clippy, rustfmt
- run: cargo fmt --all -- --check
- run: cargo clippy --all-features -- -D warnings
- run: cargo test --all-features
- run: cargo clippy --features mmo,seasonal-season-1,seasonal-season-2,seasonal-season-5,sim,unsafe-return-conversion -- -D warnings
- run: cargo test --features mmo,seasonal-season-1,seasonal-season-2,seasonal-season-5,sim,unsafe-return-conversion
nightly:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c967322

Please sign in to comment.