Skip to content

Commit 0819f2a

Browse files
committed
build more in build-linux
1 parent d98a66a commit 0819f2a

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/build-and-test-linux.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,16 @@ jobs:
9292
- name: Bootstrap
9393
run: ./bootstrap
9494

95-
- name: Build libraries
95+
- name: Build Hello world
9696
run: |
9797
./emcc --clear-cache
9898
./test/runner test_hello_world
9999
100+
- name: embuilder build ALL
101+
run: |
102+
./embuilder build ALL
103+
./test/runner test_hello_world
104+
100105
- name: Clean build directory
101106
run: rm -rf ~/cache/build
102107

@@ -431,7 +436,7 @@ jobs:
431436
EMTEST_SKIP_WASM_LEGACY_EH: "1"
432437

433438
test-deno:
434-
runs-on: ubuntu-latest
439+
runs-on: emscripten-premerge-linux-runners
435440
steps:
436441
- name: Checkout repo
437442
uses: actions/checkout@v6.0.2

0 commit comments

Comments
 (0)