diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 90ba614c..cb62be56 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -26,6 +26,7 @@ jobs: test-backend: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Test backend run: | cd backend @@ -34,6 +35,7 @@ jobs: test-backend-examples: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Test backend example run: | cd backend