Skip to content

Commit b49a64b

Browse files
committed
Run all examples in CI.
1 parent 7604f78 commit b49a64b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
- name: Run tests
2222
run: cargo +nightly test --verbose
2323
- name: Build examples
24-
run: cd examples && cargo +nightly build --all --verbose
24+
run: cd examples && cargo +nightly build --all-targets --verbose

0 commit comments

Comments
 (0)