Skip to content

Add tests that exercise panics. #11

Add tests that exercise panics.

Add tests that exercise panics. #11

Workflow file for this run

on: [push, pull_request]
name: Formatting on nightly toolchain
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Check formatting
run: cargo fmt --verbose -- --check --verbose