Added example building to test process
This commit is contained in:
parent
6bdfd76d51
commit
a0ba674197
1 changed files with 2 additions and 0 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue