Skip to content

remove stale comment #129

remove stale comment

remove stale comment #129

Workflow file for this run

---
name: Test
on:
- push
- pull_request
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: 'true'
- uses: Swatinem/rust-cache@v2
- run: cargo test --workspace