Skip to content

Commit

Permalink
Simplify unit tests and test the yew-validation crate (#1480)
Browse files Browse the repository at this point in the history
* simplify unit tests

* no need to exclude yew-stdweb
  • Loading branch information
siku2 authored Aug 15, 2020
1 parent a8f1667 commit 84d1ad6
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,7 @@ jobs:
cargo-${{ runner.os }}-
- name: Run tests
run: |
packages=("yew-components" "yew-functional" "yew-macro" "yew-router" "yew-router-macro" "yew-router-route-parser" "yewtil")
for package in "${packages[@]}"; do
(cd "$package" && cargo test)
done
uses: actions-rs/cargo@v1
with:
command: test
args: --all-targets --workspace --exclude yew

0 comments on commit 84d1ad6

Please sign in to comment.