Skip to content

Commit

Permalink
Do not run tests on windows due to CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joakimono committed Apr 10, 2024
1 parent 70d0248 commit 4c73ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-conan-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
conan create -s build_type=${{ matrix.build_type }} `
-s compiler.version=${{ matrix.compiler_version }} `
-pr:b=${{ matrix.profile }} -pr:h=${{ matrix.profile }} `
--conf tools.build:skip_test=False `
--conf tools.build:skip_test=True `
-o ${{ env.pkg_name }}/*:${{ matrix.with_fmus }} `
--version ${{ matrix.version }} --user sintef --channel ${{ matrix.channel }} `
-b missing -b outdated -b ${{ env.pkg_name }}* .
Expand Down

0 comments on commit 4c73ea5

Please sign in to comment.