Dekejit/.forgejo/workflows/test.yaml
deke c349e6f0a4
Some checks failed
/ test (push) Failing after 9s
Update .forgejo/workflows/test.yaml
2025-01-27 01:05:14 +00:00

10 lines
183 B
YAML

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