Skip to content

add lower-level memfd API; handle newer Linux functionality #19

add lower-level memfd API; handle newer Linux functionality

add lower-level memfd API; handle newer Linux functionality #19

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- magick
pull_request:
merge_group:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- run: rustup update stable
- run: cargo fmt -- --check
- run: cargo clippy --all-targets -- -D warnings
- run: cargo test