Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Apr 24, 2024
1 parent 706ad33 commit 95d1d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Tests
run: cargo test --all-features
- name: List bundled examples
run: cargo run --features=build-binary list-templates
run: cargo run --features=build-binary list-examples
publish:
needs: [ build ]
if: "startsWith(github.ref, 'refs/tags/v')"
Expand Down

0 comments on commit 95d1d4c

Please sign in to comment.