Added FFI tests to CI
This commit is contained in:
parent
092a1908fe
commit
51df275b4c
1 changed files with 3 additions and 1 deletions
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -22,8 +22,10 @@ jobs:
|
|||
run: sudo apt-get update && sudo apt-get install -y libxcb-shape0-dev libxcb-xfixes0-dev
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
- name: Run idiomatic bindings tests
|
||||
run: cargo test --verbose
|
||||
- name: Run FFI tests
|
||||
run: cd implot-sys/ && cargo test --verbose
|
||||
- name: Build glium demo
|
||||
run: cd implot-examples/implot-glium-demo && cargo build
|
||||
- name: Build wgpu demo
|
||||
|
|
Loading…
Reference in a new issue