Fix valgrind and tsan CI

Checkout test262.
This commit is contained in:
Saúl Ibarra Corretgé 2024-11-08 15:09:00 +01:00
parent cd2947bded
commit 43151dd78c
2 changed files with 2 additions and 0 deletions

View file

@ -28,4 +28,5 @@ jobs:
cmake --build build -j`nproc`
- name: test
run: |
git submodule update --init --checkout --depth 1
./build/run-test262 -m -c test262.conf -c test262-fast.conf -a

View file

@ -29,4 +29,5 @@ jobs:
make BUILD_TYPE=RelWithDebInfo
- name: test
run: |
git submodule update --init --checkout --depth 1
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