diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7b40e3f..bd8ba57 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,4 +19,4 @@ jobs: - name: Build run: cargo build --verbose --manifest-path "/home/runner/work/6502-Emulator/6502-Emulator/Emulator/Cargo.toml" - name: Run tests - run: cargo test --verbose + run: cargo test --verbose --manifest-path "/home/runner/work/6502-Emulator/6502-Emulator/Emulator/Cargo.toml"