Skip to content

Preserve panic messages when combining #[timeout] with #[should_panic] #40

Preserve panic messages when combining #[timeout] with #[should_panic]

Preserve panic messages when combining #[timeout] with #[should_panic] #40

Workflow file for this run

name: Test
on:
push:
branches: [master]
pull_request:
branches: [master]
env:
CARGO_TERM_COLOR: always
jobs:
check-links:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Markup Link Checker (mlc)
uses: becheran/mlc@v0.21.0
with:
args: "./ -d"
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose