mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
Skip Temporal test on arm32-linux
Signed-off-by: Seonghyun Kim <sh8281.kim@samsung.com>
This commit is contained in:
parent
75cdb470ba
commit
0a2eec0e85
1 changed files with 1 additions and 1 deletions
2
.github/workflows/es-actions.yml
vendored
2
.github/workflows/es-actions.yml
vendored
|
|
@ -462,7 +462,7 @@ jobs:
|
|||
cmake --build ./out/
|
||||
- name: Test
|
||||
run: |
|
||||
GC_FREE_SPACE_DIVISOR=1 $RUNNER --engine="${{ github.workspace }}/out/escargot" --test262-extra-arg="--skip intl402 --skip sm" new-es v8 spidermonkey chakracore test262
|
||||
GC_FREE_SPACE_DIVISOR=1 $RUNNER --engine="${{ github.workspace }}/out/escargot" --test262-extra-arg="--skip intl402 --skip sm --skip Temporal" new-es v8 spidermonkey chakracore test262
|
||||
|
||||
build-test-on-self-hosted-arm64-linux:
|
||||
runs-on: [self-hosted, linux, arm64, test]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue