1952: Update CI name; replace with GitHub Actions

This commit is contained in:
Horki 2020-11-04 19:46:10 +01:00
parent ae65df55fe
commit 05d571693c
1 changed files with 1 additions and 1 deletions

View File

@ -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`