Skip to content

Commit 49f06ea

Browse files
Merge pull request #13 from rust3ds/fix/update-name
2 parents adf4d57 + e9dc44f commit 49f06ea

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# test-runner-3ds
2-
<!-- TODO: better name! -->
1+
# test-runner
32

43
A set of tools for running automated Rust tests against Citra (3DS emulator).
54

@@ -15,7 +14,7 @@ A set of tools for running automated Rust tests against Citra (3DS emulator).
1514
First the test runner to your crate:
1615

1716
```sh
18-
cargo add --dev test-runner --git https://github.com/ian-h-chamberlain/test-runner-3ds
17+
cargo add --dev test-runner --git https://github.com/rust3ds/test-runner
1918
```
2019

2120
In `lib.rs` and any integration test files:
@@ -43,13 +42,13 @@ jobs:
4342
uses: actions/checkout@v4
4443

4544
- name: Setup Rust3DS toolchain
46-
uses: ian-h-chamberlain/test-runner-3ds/setup@v1
45+
uses: rust3ds/test-runner/setup@v1
4746
with:
4847
# Optionally use a more specific nightly toolchain here if desired
4948
toolchain: nightly
5049

5150
- name: Build and run tests
52-
uses: ian-h-chamberlain/test-runner-3ds/run-tests@v1
51+
uses: rust3ds/test-runner/run-tests@v1
5352
with:
5453
# Optionally add arguments to pass to `cargo 3ds test`
5554
args: ''

test-runner/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" }
1313
ctru-sys = { git = "https://github.com/rust3ds/ctru-rs" }
1414
libc = "0.2.147"
1515

16-
[patch."https://github.com/ian-h-chamberlain/test-runner-3ds"]
17-
test-runner = { path = "." }
18-
1916
# Future-proofing for a rename + org move:
2017
[patch."https://github.com/rust3ds/test-runner"]
2118
test-runner = { path = "." }

0 commit comments

Comments
 (0)