Skip to content

Commit cb71440

Browse files
committed
Build both with and without opengl on CI
1 parent 3551d5e commit cb71440

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
with:
2222
toolchain: stable
2323
override: true
24-
- name: Build
24+
- name: Build with default features
2525
run: cargo build --examples --workspace --verbose
26+
- name: Build again with all features
27+
run: cargo build --examples --workspace --all-features --verbose
2628
- name: Run tests
27-
run: cargo test --examples --workspace --verbose
29+
run: cargo test --examples --workspace --all-features --verbose

0 commit comments

Comments
 (0)