Skip to content

test gh actions

test gh actions #2

Workflow file for this run

---
name: "Test"
on: # yamllint disable-line rule:truthy
push:
pull_request:
jobs:
Test:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v4"
- run: "sudo apt-get install -y cargo make"
- run: "make"
- run: "tinyrick test"