Skip to content

UnwindTerminate now have reasons #17

UnwindTerminate now have reasons

UnwindTerminate now have reasons #17

Workflow file for this run

name: CI
on: ["push", "pull_request"]
env:
CARGO_TERM_COLOR: always
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --release --verbose
- name: Run tests
run: cargo test --release --verbose