瀏覽代碼

valgrind ci errors now on leak

master
Felix Brendel 6 年之前
父節點
當前提交
5b1000eb01
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      .gitlab-ci.yml

+ 1
- 1
.gitlab-ci.yml 查看文件

@@ -42,4 +42,4 @@ tests_r:
valgrind: valgrind:
image: warchantua/dev-essential image: warchantua/dev-essential
stage: test stage: test
script: valgrind ./bin/slime --run-tests
script: valgrind --error-exitcode=123 -q --track-origins=yes --leak-check=full --show-leak-kinds=all ./bin/slime_d --run-tests

Loading…
取消
儲存