Skip to content

chore: cargo fix

chore: cargo fix #5

Workflow file for this run

name: Cargo testsuite
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
container:
image: pinelang/llvm-docker-rust:v1.0.0
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run cargo tests
run: cargo test