Skip to content

Commit

Permalink
exclude language-server from wasm tests
Browse files Browse the repository at this point in the history
  • Loading branch information
micahscopes committed Mar 6, 2024
1 parent bcfeaf0 commit 15fc618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# wasm-pack needs a Cargo.toml with a 'package' field.
# (see https://github.com/rustwasm/wasm-pack/issues/642)
# This will still run all tests in the workspace.
run: wasm-pack test --node crates/fe --workspace
run: wasm-pack test --node crates/fe --workspace --exclude fe-language-server

release:
# Only run this when we push a tag
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ docker-wasm-test:
--volume "$(shell pwd):/mnt" \
--workdir '/mnt' \
davesque/rust-wasm \
wasm-pack test --node -- --workspace
wasm-pack test --node -- --workspace --exclude fe-language-server

.PHONY: coverage
coverage:
Expand Down

0 comments on commit 15fc618

Please sign in to comment.