Skip to content

Commit

Permalink
CI/Windows: Allow doing package test with dirty working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 21, 2024
1 parent b1bb3dd commit 9c76626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
cargo test --no-default-features --features=ci-headless,audio --verbose
cargo test --no-default-features --features=ci-headless,window --verbose
cargo test --no-default-features --features=ci-headless,graphics --verbose
# Test packaging (building from .crate archive, without SFML submodule)
cargo package
# Test packaging (building from .crate archive, without SFML submodule) (allow dirty because of openal32.dll)
cargo package --allow-dirty

0 comments on commit 9c76626

Please sign in to comment.