Skip to content

Commit

Permalink
fix path to net crate
Browse files Browse the repository at this point in the history
  • Loading branch information
littlebenlittle committed Jul 18, 2024
1 parent df289af commit 272323c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ jobs:
HTTPBIN_URL: 'http://localhost:8080'
WS_ECHO_SERVER_URL: 'ws://localhost:8081'
SSE_ECHO_SERVER_URL: 'http://localhost:8081/.sse'
run: wasm-pack test --node crates/gloo-net --all-features
run: wasm-pack test --node crates/net --all-features

0 comments on commit 272323c

Please sign in to comment.