Skip to content

Commit de8316c

Browse files
authored
Merge pull request #98 from greatest-ape/better-ci
Build examples too in CI
2 parents d399c12 + 5eb17ed commit de8316c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
toolchain: stable
2323
override: true
2424
- name: Build
25-
run: cargo build --verbose
25+
run: cargo build --examples --workspace --verbose
2626
- name: Run tests
27-
run: cargo test --verbose
27+
run: cargo test --examples --workspace --verbose

0 commit comments

Comments
 (0)