Skip to content

Commit 2eb1aa9

Browse files
[CI] Re-enable stdlib tests on Linux
1 parent 5085226 commit 2eb1aa9

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
@@ -22,7 +22,7 @@ jobs:
2222
- build_os: ubuntu-18.04
2323
agent_query: ubuntu-18.04
2424
target: ubuntu18.04_x86_64
25-
run_stdlib_test: false
25+
run_stdlib_test: true
2626
run_full_test: false
2727
run_e2e_test: true
2828
build_hello_wasm: true
@@ -31,7 +31,7 @@ jobs:
3131
- build_os: ubuntu-20.04
3232
agent_query: ubuntu-20.04
3333
target: ubuntu20.04_x86_64
34-
run_stdlib_test: false
34+
run_stdlib_test: true
3535
run_full_test: false
3636
run_e2e_test: true
3737
build_hello_wasm: true

0 commit comments

Comments
 (0)