diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index 2e4ce64c..75b3fd4c 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -32,16 +32,16 @@ jobs: needs: build_artifacts steps: - - name: Checkout - uses: actions/checkout@v3 + - name: Checkout + uses: actions/checkout@v3 - - name: Download artifact - uses: actions/download-artifact@v2 - with: - name: ubuntu-latest-heaven - path: artifacts/ubuntu + - name: Download artifact + uses: actions/download-artifact@v2 + with: + name: ubuntu-latest-heaven + path: artifacts/ubuntu - - name: Execute tests - run: cargo test --features=it --no-fail-fast + - name: Execute tests + run: cargo test --features=it --no-fail-fast \ No newline at end of file