Build both with and without opengl on CI
This commit is contained in:
parent
3551d5e253
commit
cb714401d8
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
|
@ -21,7 +21,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
- name: Build
|
- name: Build with default features
|
||||||
run: cargo build --examples --workspace --verbose
|
run: cargo build --examples --workspace --verbose
|
||||||
|
- name: Build again with all features
|
||||||
|
run: cargo build --examples --workspace --all-features --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --examples --workspace --verbose
|
run: cargo test --examples --workspace --all-features --verbose
|
||||||
|
|
Loading…
Reference in a new issue