Update .forgejo/workflows/test.yaml
Some checks failed
/ test (push) Failing after 26s

This commit is contained in:
R.J. 2025-01-27 01:15:03 +00:00
parent b4a263199c
commit b4da48f5e1

View file

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