Add a note to readme on the noci tag for disabling test on CI
This commit is contained in:
parent
cbdeea0010
commit
75dd544e5d
@ -1,6 +1,6 @@
|
|||||||
Running tests requires Catch2 and cmake. libs are assumed to be in
|
Running tests requires Catch2 and cmake
|
||||||
the same directory as the executable
|
|
||||||
|
|
||||||
|
# Running Tests
|
||||||
```sh
|
```sh
|
||||||
mkdir cbuild && cd cbuild
|
mkdir cbuild && cd cbuild
|
||||||
cmake ..
|
cmake ..
|
||||||
@ -12,3 +12,6 @@ make test
|
|||||||
# usage: Optionally specify tests and success verbosity
|
# usage: Optionally specify tests and success verbosity
|
||||||
./test/test [bass] --success
|
./test/test [bass] --success
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Writing Tests
|
||||||
|
`[noci]` tag is used to disable a test on Github actions
|
||||||
|
Loading…
Reference in New Issue
Block a user