Added example building to test process

This commit is contained in:
4bb4 2020-10-27 08:09:55 +01:00
parent 6bdfd76d51
commit a0ba674197

View file

@ -22,3 +22,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build examples
run: cd implot-examples && cargo build --examples