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

This commit is contained in:
R.J. 2025-01-27 01:05:14 +00:00
parent 8f0b09bb70
commit c349e6f0a4

View file

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