Skip to content

copy manually through unsafe code #125

copy manually through unsafe code

copy manually through unsafe code #125

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