mirror of
https://git.mirrors.martin98.com/https://github.com/google/draco
synced 2025-08-14 04:25:59 +08:00
And on the static target for realsies this time
This commit is contained in:
parent
c867a3fb5c
commit
9944b3c74d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -258,7 +258,8 @@ jobs:
|
|||||||
-DDRACO_TESTS=ON \
|
-DDRACO_TESTS=ON \
|
||||||
-DDRACO_TRANSCODER_SUPPORTED=ON
|
-DDRACO_TRANSCODER_SUPPORTED=ON
|
||||||
cmake_build_command: cmake --build . -- -j2
|
cmake_build_command: cmake --build . -- -j2
|
||||||
draco_test_command: ./draco_tests
|
# TODO(https://github.com/google/draco/issues/938): Flaking on this target.
|
||||||
|
draco_test_command: ./draco_tests --gtest_filter=-GltfDecoderTest.TestLoadUnsupportedTexCoordAttributes
|
||||||
|
|
||||||
name: test-${{ matrix.test_name }}
|
name: test-${{ matrix.test_name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user