Dekejit/.forgejo/workflows/test.yaml
deke bb3cb71e45
All checks were successful
/ test (push) Successful in 1m51s
Update .forgejo/workflows/test.yaml
2025-01-27 01:17:06 +00:00

10 lines
193 B
YAML

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