Skip to content

Commit 5c69a89

Browse files
[CI] Re-enable stdlib tests on Linux
1 parent 0685726 commit 5c69a89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- build_os: ubuntu-18.04
2525
agent_query: ubuntu-18.04
2626
target: ubuntu18.04_x86_64
27-
run_stdlib_test: false
27+
run_stdlib_test: true
2828
run_full_test: false
2929
run_e2e_test: true
3030
build_hello_wasm: true
@@ -33,7 +33,7 @@ jobs:
3333
- build_os: ubuntu-20.04
3434
agent_query: ubuntu-20.04
3535
target: ubuntu20.04_x86_64
36-
run_stdlib_test: false
36+
run_stdlib_test: true
3737
run_full_test: false
3838
run_e2e_test: true
3939
build_hello_wasm: true

0 commit comments

Comments
 (0)