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:
image: rust:alpine
steps:
- run: apk add git clang
- run: apk add git nodejs clang
- uses: actions/checkout@v4
- run: cargo test