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

This commit is contained in:
R.J. 2025-01-27 01:21:14 +00:00
parent bb3cb71e45
commit 62cbae9774

View file

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