diff --git a/.forgejo/workflows/test.yaml b/.forgejo/workflows/test.yaml index 234062c..5359dcc 100644 --- a/.forgejo/workflows/test.yaml +++ b/.forgejo/workflows/test.yaml @@ -5,4 +5,5 @@ jobs: container: image: rust:latest steps: - - run: cargo test \ No newline at end of file + - uses: actions/checkout@v3 + - run: cargo test