summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorHorki <ivanzvonimirhorvat@gmail.com>2020-11-04 19:46:10 +0100
committerHorki <ivanzvonimirhorvat@gmail.com>2020-11-04 19:46:10 +0100
commit05d571693cddd7a4c207c3d8ba6ee67d3f27170b (patch)
tree7bde25349d8f0ab85945619d456c33970f09023a /CONTRIBUTING.md
parentae65df55fe2d0e1348fed575bfc8c0c3e4744c65 (diff)
downloadrust-libc-05d571693cddd7a4c207c3d8ba6ee67d3f27170b.tar.gz
1952: Update CI name; replace with GitHub Actions
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 510d760ef8..d72c3ecc4a 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,7 +38,7 @@ With that in mind, the steps for adding a new API are:
### Test before you commit
-We have two automated tests running on [Azure Pipelines](https://dev.azure.com/rust-lang2/libc/_build?definitionId=1&_a=summary):
+We have two automated tests running on [GitHub Actions](https://github.com/rust-lang/libc/actions):
1. [`libc-test`](https://github.com/gnzlbg/ctest)
- `cd libc-test && cargo test`