diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 0ee7471..73251e8 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -6,5 +6,5 @@ jobs: image: rust:alpine steps: - run: apk add nodejs - - uses: actions/checkout@v3 + - run: ls - run: cargo test