Skip to content

Commit

Permalink
fix: correct build check
Browse files Browse the repository at this point in the history
day01 committed Jul 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0fd6920 commit abaeb18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -15,6 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: cargo build --verbose --features yew,leptos
- name: Run tests
run: cargo test --verbose

0 comments on commit abaeb18

Please sign in to comment.