Update rust.yml

This commit is contained in:
4bb4 2020-10-30 12:57:02 +01:00 committed by GitHub
parent fa6412d20c
commit 7295852578
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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