Skip to content

fix: GitHub actions workflow #2

fix: GitHub actions workflow

fix: GitHub actions workflow #2

Workflow file for this run

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