honeycomb-ipc/.forgejo/workflows/compile.yaml
user0-07161 e9a0d8cb8a
Some checks failed
/ test (push) Failing after 9s
feat: checks using forgejo actions
2026-02-09 20:06:37 +01:00

9 lines
155 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:trixie
steps:
- uses: actions/checkout@v4
- run: cargo build