Update rust.yml
This commit is contained in:
parent
fa6412d20c
commit
7295852578
1 changed files with 4 additions and 2 deletions
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -24,5 +24,7 @@ jobs:
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
- name: Build examples
|
- name: Build glium demo
|
||||||
run: cd implot-examples && cargo build --examples
|
run: cd implot-examples/implot-glium-demo && cargo build
|
||||||
|
- name: Build wgpu demo
|
||||||
|
run: cd implot-examples/implot-wgpu-demo && cargo build
|
||||||
|
|
Loading…
Reference in a new issue