diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b4dbe22..1849555 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -120,4 +120,4 @@ jobs: run: forc build --path ${{ matrix.project }} --release - name: Run Cargo Tests - run: cargo test --path ${{ matrix.project }} \ No newline at end of file + run: cargo test --manifest-path ${{ matrix.project }} \ No newline at end of file diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index 24a5065..ff1f376 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -62,4 +62,4 @@ jobs: run: forc build --path ${{ matrix.project }} --release - name: Run Cargo Tests - run: cargo test --path ${{ matrix.project }} \ No newline at end of file + run: cargo test --manifest-path ${{ matrix.project }} \ No newline at end of file