Skip to content

Tweak

Tweak #7

Workflow file for this run

name: Test
on: push
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- run: cargo test --release -- -Zunstable-options --report-time