Dekejit/.forgejo/workflows/test.yaml
deke b4a263199c
Some checks failed
/ checkout (push) Successful in 9s
/ test (push) Failing after 30s
Update .forgejo/workflows/test.yaml
2025-01-27 01:12:49 +00:00

13 lines
226 B
YAML

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