We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0685726 commit 5c69a89Copy full SHA for 5c69a89
.github/workflows/build-toolchain.yml
@@ -24,7 +24,7 @@ jobs:
24
- build_os: ubuntu-18.04
25
agent_query: ubuntu-18.04
26
target: ubuntu18.04_x86_64
27
- run_stdlib_test: false
+ run_stdlib_test: true
28
run_full_test: false
29
run_e2e_test: true
30
build_hello_wasm: true
@@ -33,7 +33,7 @@ jobs:
33
- build_os: ubuntu-20.04
34
agent_query: ubuntu-20.04
35
target: ubuntu20.04_x86_64
36
37
38
39
0 commit comments