Skip to content

chore: updated actions to use Docker image with Rust toolchain #4

chore: updated actions to use Docker image with Rust toolchain

chore: updated actions to use Docker image with Rust toolchain #4

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