We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2947b commit 43151ddCopy full SHA for 43151dd
.github/workflows/tsan.yml
@@ -28,4 +28,5 @@ jobs:
28
cmake --build build -j`nproc`
29
- name: test
30
run: |
31
+ git submodule update --init --checkout --depth 1
32
./build/run-test262 -m -c test262.conf -c test262-fast.conf -a
.github/workflows/valgrind.yml
@@ -29,4 +29,5 @@ jobs:
make BUILD_TYPE=RelWithDebInfo
33
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