We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d98a66a commit 0819f2aCopy full SHA for 0819f2a
1 file changed
.github/workflows/build-and-test-linux.yml
@@ -92,11 +92,16 @@ jobs:
92
- name: Bootstrap
93
run: ./bootstrap
94
95
- - name: Build libraries
+ - name: Build Hello world
96
run: |
97
./emcc --clear-cache
98
./test/runner test_hello_world
99
100
+ - name: embuilder build ALL
101
+ run: |
102
+ ./embuilder build ALL
103
+ ./test/runner test_hello_world
104
+
105
- name: Clean build directory
106
run: rm -rf ~/cache/build
107
@@ -431,7 +436,7 @@ jobs:
431
436
EMTEST_SKIP_WASM_LEGACY_EH: "1"
432
437
433
438
test-deno:
434
- runs-on: ubuntu-latest
439
+ runs-on: emscripten-premerge-linux-runners
435
440
steps:
441
- name: Checkout repo
442
uses: actions/checkout@v6.0.2
0 commit comments