Skip to content

Commit

Permalink
Disable perf test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
christophe committed Dec 28, 2023
1 parent 934a7a7 commit 71af882
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [windows-latest, windows-2019]
toolkit: [v140, v141, v142, v143]
toolkit: [v143, v142, v141, v140]
std: [98, 11, 14, 17, 20]
config: [Debug, Release]
exclude:
Expand Down
1 change: 0 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ if(GLM_TEST_ENABLE)
add_subdirectory(ext)
add_subdirectory(gtc)
add_subdirectory(gtx)
add_subdirectory(perf)
endif()
if(GLM_PERF_TEST_ENABLE)
add_subdirectory(perf)
Expand Down

0 comments on commit 71af882

Please sign in to comment.