We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecdbc20 + 803cf64 commit d7907c0Copy full SHA for d7907c0
CONTRIBUTING.md
@@ -38,9 +38,9 @@ With that in mind, the steps for adding a new API are:
38
39
### Test before you commit
40
41
-We have two automated tests running on [Travis](https://travis-ci.org/rust-lang/libc):
+We have two automated tests running on [Azure Pipelines](https://dev.azure.com/rust-lang2/libc/_build?definitionId=1&_a=summary):
42
43
-1. [`libc-test`](https://github.com/alexcrichton/ctest)
+1. [`libc-test`](https://github.com/gnzlbg/ctest)
44
- `cd libc-test && cargo test`
45
- Use the `skip_*()` functions in `build.rs` if you really need a workaround.
46
2. Style checker
0 commit comments