Skip to content

Commit

Permalink
add new ci task to build examples
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Nov 4, 2024
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
Expand Up @@ -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

Expand Down

0 comments on commit d8d3baa

Please sign in to comment.