Skip to content

Commit

Permalink
test wasm3.test_llvm_used (emscripten-core#8388)
Browse files Browse the repository at this point in the history
(Without this we don't test metadce + llvm.used anywhere)
  • Loading branch information
kripken authored and belraquib committed Dec 23, 2020
1 parent 8b6fcfd commit d9e149b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,8 @@ jobs:
test-upstream-wasm2:
<<: *test-defaults
environment:
- TEST_TARGET=wasm2
- TEST_TARGET=wasm2 wasm3.test_llvm_used
# TODO: test all of wasm3/wasms on LLVM wasm backend
test-upstream-other:
<<: *test-defaults
environment:
Expand Down

0 comments on commit d9e149b

Please sign in to comment.