Skip to content

fix: actions fix

fix: actions fix #8

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: |
source $HOME/.cargo/env
cargo test