Skip to content

Commit

Permalink
Fix CI-script
Browse files Browse the repository at this point in the history
  • Loading branch information
avl committed Nov 21, 2024
1 parent e1e74d2 commit 81c72de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Run tests (stable)
run: cargo +stable test --workspace
- name: Run tests (tight/stable)
run: cargo +stable test --workspace --feature=tight
run: cargo +stable test --workspace --features=tight
- name: Build min-deps (stable)
run: cargo +stable build -p savefile-min-build
- name: compile_tests (stable)
Expand Down

0 comments on commit 81c72de

Please sign in to comment.