Skip to content

Add tests, mmap, x86 mov and CI #1

Add tests, mmap, x86 mov and CI

Add tests, mmap, x86 mov and CI #1

Workflow file for this run

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