Include python 3.8 i ci test runs & optimise CI and make config

This commit is contained in:
Nat Noordanus
2020-06-22 19:38:41 +02:00
parent 75a4c230da
commit 4f820b4a6a
4 changed files with 39 additions and 20 deletions

View File

@@ -351,10 +351,9 @@ Custom tests are found in `tests/test_*.py` and are run with pytest.
Here's how to run the tests.
```sh
# Generate assets from sample .proto files
# Generate assets from sample .proto files required by the tests
make generate
# Run all tests
# Run the tests
make test
```