Skip to content

Move arch and os-specific code to separate modules #6

Move arch and os-specific code to separate modules

Move arch and os-specific code to separate modules #6

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- run: cargo test --all-features