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

This commit is contained in:
R.J. 2025-01-27 01:16:23 +00:00
parent b4da48f5e1
commit 4e6d0accca

View file

@ -5,6 +5,6 @@ jobs:
container:
image: rust:alpine
steps:
- run: apk add nodejs
- run: apk add nodejs git
- uses: actions/checkout@v4
- run: cargo test