Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Feb 15, 2022
1 parent f2d38a0 commit 5fb431e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all
args: --workspace --exclude gloo-net

browser_tests:
name: Browser Tests
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
run: |
for x in $(ls crates); do
# gloo-net is tested separately
if [[ "$example" == "gloo-net" ]]; then
if [[ "$x" == "net" ]]; then
continue
fi
wasm-pack test --headless --firefox --chrome crates/$x --all-features
Expand Down

0 comments on commit 5fb431e

Please sign in to comment.