Skip to content

Switches to compile with GNU Lib C #20

Switches to compile with GNU Lib C

Switches to compile with GNU Lib C #20

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
- name: Run tests
run: cargo test