Skip to content

Commit 5f45657

Browse files
committed
Add building examples to CI
1 parent 04718c4 commit 5f45657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: build
19-
run: cargo build --tests --benches --verbose
19+
run: cargo build --tests --examples --benches --verbose
2020
- name: test
2121
run: cargo test --verbose
2222

@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions-rs/cargo@v1
3030
with:
3131
command: clippy
32-
args: --all --lib --tests -- --deny warnings
32+
args: --all --lib --tests --examples -- --deny warnings
3333

3434
coverage:
3535
name: coverage

0 commit comments

Comments
 (0)