Skip to content

Commit

Permalink
CI: Test cargo package
Browse files Browse the repository at this point in the history
  • Loading branch information
crumblingstatue committed Oct 21, 2024
1 parent 05639c2 commit b1bb3dd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,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
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ 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
- name: TMate debug tests
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +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

0 comments on commit b1bb3dd

Please sign in to comment.