Update .forgejo/workflows/test.yaml
Some checks failed
/ checkout (push) Successful in 9s
/ test (push) Failing after 30s

This commit is contained in:
R.J. 2025-01-27 01:12:49 +00:00
parent e64224e139
commit b4a263199c

View file

@ -1,10 +1,13 @@
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: ls
- run: cargo test