-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewiring Runme's CI to leverage tasks specified in its documentation.
- Loading branch information
1 parent
97faded
commit 4b01d78
Showing
6 changed files
with
50 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
cwd: ../.. | ||
shell: bash | ||
skipPrompts: true | ||
--- | ||
|
||
## CI/CD | ||
|
||
Run all tests with coverage reports. | ||
|
||
```sh {"id":"01J5XTG2WKVR4WG7B2FNPF6VZT","name":"ci-test"} | ||
export SHELL="/bin/bash" | ||
export TZ="UTC" | ||
TAGS="test_with_docker" make test/coverage | ||
make test/coverage/func | ||
``` | ||
|
||
Run parser/serializer against a large quantity of markdown files. | ||
|
||
```sh {"id":"01J5XXFEGPJ5ZJZERQ5YGBBRN8","name":"ci-test-robustness"} | ||
make test/robustness | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters