From be65ca4efec902becd9df7358e36281eaac57d2f Mon Sep 17 00:00:00 2001 From: Jim Wallace <james.wallace@uwaterloo.ca> Date: Fri, 15 Dec 2023 22:48:34 -0500 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e2a7aa0a..e1544ab4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ build: test: stage: test script: - - swift test --build-tests --sanitize=address -c release -Xswiftc -enable-testing - - swift test --build-tests --sanitize=thread -c release -Xswiftc -enable-testing + - swift test --sanitize=address -c release -Xswiftc -enable-testing + - swift test --sanitize=thread -c release -Xswiftc -enable-testing tags: - macOS -- GitLab