diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index b7561a6..dae09a6 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -5,6 +5,6 @@ jobs: container: image: rust:alpine steps: - - run: apk add nodejs + - run: apk add nodejs git - uses: actions/checkout@v4 - run: cargo test