Run tests under panic=abort (#749)

This commit is contained in:
Alice Ryhl
2024-12-10 22:30:27 +01:00
committed by GitHub
parent d0a14deeb5
commit f7072c9267
4 changed files with 20 additions and 2 deletions
+10
View File
@@ -89,6 +89,16 @@ jobs:
- name: Test
run: ci/test-stable.sh test
panic-abort:
name: panic=abort tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust
run: rustup update $nightly && rustup default $nightly
- name: Run tests with -Cpanic=abort
run: ci/panic-abort.sh
# Run tests on some extra platforms
cross:
name: cross