Update .forgejo/workflows/test.yaml

This commit is contained in:
R.J. 2025-01-27 01:12:49 +00:00
parent e64224e139
commit b4a263199c

View file

@ -1,10 +1,13 @@
on: [push]
jobs:
checkout:
runs-on: docker
steps:
- uses: actions/checkout@v3
test:
runs-on: docker
container:
image: rust:alpine
steps:
- run: apk add nodejs
- run: ls
- run: cargo test