Dekejit/.forgejo/workflows/test.yaml
deke 9c28cf3172
Some checks failed
/ test (push) Has been cancelled
Update .forgejo/workflows/test.yaml
2025-01-27 01:23:23 +00:00

10 lines
193 B
YAML

on: [push]
jobs:
test:
runs-on: docker
container:
image: rust:alpine
steps:
- run: apk add git nodejs clang
- uses: actions/checkout@v4
- run: cargo test