From e92c8c6dade78270b2784f6f7d7509bedbdaaf05 Mon Sep 17 00:00:00 2001 From: Tom Finegan Date: Fri, 28 Oct 2022 19:31:17 -0700 Subject: [PATCH] Fix draco_tests path in MSVC builds. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2090b3..ecac61f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -190,7 +190,7 @@ jobs: -DDRACO_TRANSCODER_SUPPORTED=ON cmake_build_command: cmake --build . --config Release -- -m:2 # TODO(https://github.com/google/draco/issues/938): Flaking on this target. - draco_test_command: ./draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes + draco_test_command: Release/draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes - test_name: windows-msvc-release-static os: windows-2019 @@ -211,7 +211,7 @@ jobs: -DDRACO_TRANSCODER_SUPPORTED=ON cmake_build_command: cmake --build . --config Release -- -m:2 # TODO(https://github.com/google/draco/issues/938): Flaking on this target. - draco_test_command: ./draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes + draco_test_command: Release/draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes - test_name: windows-make-release-shared os: windows-2019