Skip to content

Commit 2afb5ac

Browse files
committed
add examples to automated build
1 parent 6c765c1 commit 2afb5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Build
20-
run: cargo build --verbose --release
20+
run: cargo build --verbose --release --examples --bins --lib
2121
- name: Run tests
2222
run: cargo test --verbose --release

0 commit comments

Comments
 (0)