Skip to content

Commit d3c2c0b

Browse files
committed
Build examples in CI.
1 parent 03b5bb4 commit d3c2c0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,7 @@ jobs:
2121
override: true
2222

2323
- name: Run unit tests and doctests
24-
run: cargo test
24+
run: cargo test
25+
26+
- name: Compile examples
27+
run: cargo build --examples

0 commit comments

Comments
 (0)