File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1- # test-runner-3ds
2- <!-- TODO: better name! -->
1+ # test-runner
32
43A 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).
1514First 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
2120In ` 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 : ' '
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ ctru-rs = { git = "https://github.com/rust3ds/ctru-rs" }
1313ctru-sys = { git = " https://github.com/rust3ds/ctru-rs" }
1414libc = " 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" ]
2118test-runner = { path = " ." }
You can’t perform that action at this time.
0 commit comments