diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 5359dcc..10728b5 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -5,5 +5,6 @@ jobs: container: image: rust:latest steps: + - run: apk add nodejs - uses: actions/checkout@v3 - run: cargo test