Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Aug 17, 2024
1 parent 6e8743c commit 57c6741
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ jobs:
if: matrix.build != 'weval'
run: |
cmake -S . -B cmake-build-${{ matrix.build }} -DENABLE_WPT:BOOL=ON -DCMAKE_BUILD_TYPE=${{ matrix.build == 'release' && 'Release' || 'Debug' }}
cmake --build cmake-build-${{ matrix.build }} --parallel 4 --target all integration-test-server
cmake --build cmake-build-${{ matrix.build }} --parallel 4 --target wpt-runtime
- name: Build StarlingMonkey WPT Weval
if: matrix.build == 'weval'
run: |
cmake -S . -B cmake-build-weval -DCMAKE_BUILD_TYPE=Release -DUSE_WASM_OPT=OFF -DWEVAL=ON -DENABLE_WPT:BOOL=ON
cmake --build cmake-build-${{ matrix.build }} --parallel 4 --target all integration-test-server starling-ics.wevalcache
cmake --build cmake-build-${{ matrix.build }} --parallel 4 --target wpt-runtime starling-ics.wevalcache
- name: Prepare WPT hosts
run: |
Expand All @@ -86,4 +86,4 @@ jobs:
- name: StarlingMonkey WPT Test
env:
CTEST_OUTPUT_ON_FAILURE: 1
run: ctest -R wpt --test-dir cmake-build-${{ matrix.build }} --verbose
run: ctest -R wpt --test-dir cmake-build-${{ matrix.build }} --verbose --no-tests=error

0 comments on commit 57c6741

Please sign in to comment.