Skip to content

Commit

Permalink
Rename references to rust3ds/test-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-h-chamberlain committed Sep 30, 2023
1 parent adf4d57 commit eb44009
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A set of tools for running automated Rust tests against Citra (3DS emulator).
First the test runner to your crate:

```sh
cargo add --dev test-runner --git https://github.com/ian-h-chamberlain/test-runner-3ds
cargo add --dev test-runner --git https://github.com/rust3ds/test-runner
```

In `lib.rs` and any integration test files:
Expand Down Expand Up @@ -43,13 +43,13 @@ jobs:
uses: actions/checkout@v4

- name: Setup Rust3DS toolchain
uses: ian-h-chamberlain/test-runner-3ds/setup@v1
uses: rust3ds/test-runner/setup@v1
with:
# Optionally use a more specific nightly toolchain here if desired
toolchain: nightly

- name: Build and run tests
uses: ian-h-chamberlain/test-runner-3ds/run-tests@v1
uses: rust3ds/test-runner/run-tests@v1
with:
# Optionally add arguments to pass to `cargo 3ds test`
args: ''
Expand Down
3 changes: 0 additions & 3 deletions test-runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" }
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs" }
libc = "0.2.147"

[patch."https://github.com/ian-h-chamberlain/test-runner-3ds"]
test-runner = { path = "." }

# Future-proofing for a rename + org move:
[patch."https://github.com/rust3ds/test-runner"]
test-runner = { path = "." }

0 comments on commit eb44009

Please sign in to comment.