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

15 lines
292 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:trixie
steps:
- name: prepare packages
run: |
apt update && \
apt -y install nodejs
- uses: actions/checkout@v4
- name: build the package
run: cargo build