From 6192e2af925850e80d46f5bcf52d243757a67e28 Mon Sep 17 00:00:00 2001 From: Anurag Saxena Date: Thu, 29 Feb 2024 08:13:30 -0800 Subject: [PATCH] fix cicd --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index fdc87b1bc7..ea093794e1 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -114,7 +114,7 @@ jobs: pre_test: appverif -enable Exceptions Handles Locks Memory SRWLock Threadpool TLS DangerousAPIs DirtyStacks TimeRollOver -for unit_tests.exe # Exclude [processes] test that CodeCoverage can't work with. test_command: .\unit_tests.exe -d yes ~[processes] - build_artifact: Build-x64 + build_artifact: Build-x64-native-only environment: windows-2022 code_coverage: true gather_dumps: true