Dekejit/.forgejo/workflows/test.yaml
deke b4da48f5e1
Some checks failed
/ test (push) Failing after 26s
Update .forgejo/workflows/test.yaml
2025-01-27 01:15:03 +00:00

10 lines
183 B
YAML

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