Skip to content

Commit 5fb431e

Browse files
committed
fix CI
1 parent f2d38a0 commit 5fb431e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions-rs/cargo@v1
3333
with:
3434
command: test
35-
args: --all
35+
args: --workspace --exclude gloo-net
3636

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

0 commit comments

Comments
 (0)