ci: always run check_readme_links

This commit is contained in:
Marius Vikhammer
2021-08-16 10:29:20 +08:00
parent a0d2efe1be
commit 6fc8c484ea
2 changed files with 3 additions and 4 deletions

View File

@@ -39,7 +39,6 @@
check_readme_links:
extends:
- .pre_check_job_template
- .doc-rules:build:docs
tags: ["build", "amd64", "internet"]
allow_failure: true
script:

View File

@@ -8,7 +8,7 @@ This unit test tests basic functionality of the `ESPTimer` class. The test does
## Requirements
* A Linux system
* The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../../../docs/en/get-started/index.rst).
* The usual IDF requirements for Linux system, as described in the [Getting Started Guides](../../../../../../docs/en/get-started/index.rst).
* The host's gcc/g++
This application has been tested on Ubuntu 20.04 with `gcc` version *9.3.0*.