Update .forgejo/workflows/test.yaml
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
R.J. 2025-01-27 01:23:23 +00:00
parent 62cbae9774
commit 9c28cf3172

View file

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