mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-07 00:00:13 +02:00
Run tests under panic=abort (#749)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user