Skip to content

Commit 43151dd

Browse files
committed
Fix valgrind and tsan CI
Checkout test262.
1 parent cd2947b commit 43151dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/tsan.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ jobs:
2828
cmake --build build -j`nproc`
2929
- name: test
3030
run: |
31+
git submodule update --init --checkout --depth 1
3132
./build/run-test262 -m -c test262.conf -c test262-fast.conf -a

.github/workflows/valgrind.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,5 @@ jobs:
2929
make BUILD_TYPE=RelWithDebInfo
3030
- name: test
3131
run: |
32+
git submodule update --init --checkout --depth 1
3233
valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes --error-exitcode=1 ./build/run-test262 -m -c test262.conf -c test262-fast.conf -a

0 commit comments

Comments
 (0)