Skip to content

ci: create a basic github action #2

ci: create a basic github action

ci: create a basic github action #2

Workflow file for this run

name: test suite
on: [push, pull_request]
jobs:
test:
name: make
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: make