Skip to content

Commit

Permalink
add new ci task to build examples
Browse files Browse the repository at this point in the history
digizeph committed Nov 4, 2024

Unverified

This user has not yet uploaded their public signing key.
1 parent 96a1424 commit d8d3baa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -28,6 +28,9 @@ jobs:
- name: Build no-default-features
run: cargo build --no-default-features

- name: Build examples
run: cargo build --examples

- name: Run tests
run: cargo test --all-features

0 comments on commit d8d3baa

Please sign in to comment.