Dekejit/.forgejo/workflows/test.yaml
deke 154f9a2107
Some checks failed
/ test (push) Failing after 57s
Update .forgejo/workflows/test.yaml
2025-01-27 01:08:19 +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@v3
- run: cargo test