From 71610ed015746fbbf1af8073b717c569989b88c0 Mon Sep 17 00:00:00 2001 From: Antoni Boucher Date: Sun, 15 Dec 2024 10:02:02 -0500 Subject: [PATCH] TO REVERT: Run the test in valgrind --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 887720436e9..e8eec6b7c05 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,8 @@ jobs: - name: Add more failing tests because of undefined symbol errors (FIXME) run: cat tests/failing-lto-tests.txt >> tests/failing-ui-tests.txt + # TODO TODO: probablement que les erreurs viennent du fait qu'on ne spécifie pas le plugin de linker. + - name: Run tests run: | # FIXME(antoyo): we cannot enable LTO for stdarch tests currently because of some failing LTO tests using proc-macros.