From 05d571693cddd7a4c207c3d8ba6ee67d3f27170b Mon Sep 17 00:00:00 2001 From: Horki Date: Wed, 4 Nov 2020 19:46:10 +0100 Subject: [PATCH] 1952: Update CI name; replace with GitHub Actions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 510d760ef848b..d72c3ecc4af71 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`