Update .forgejo/workflows/test.yaml
All checks were successful
/ test (push) Successful in 1m51s

This commit is contained in:
R.J. 2025-01-27 01:17:06 +00:00
parent 4e6d0accca
commit bb3cb71e45

View file

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