Dekejit/.forgejo/workflows/test.yaml
deke 4e6d0accca
Some checks failed
/ test (push) Failing after 21s
Update .forgejo/workflows/test.yaml
2025-01-27 01:16:23 +00:00

10 lines
187 B
YAML

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