Skip to content

Commit bb2c266

Browse files
committed
Added rake test to allow failures
1 parent 84a9063 commit bb2c266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
5656
OS_VER: windows-${{ matrix.os }}
5757
VCPKG_DEFAULT_TRIPLET: ${{ matrix.target || 'x64' }}-windows
58+
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "rake" # test-bundled-gems with windows-2025 is failed with rake test
5859

5960
steps:
6061
- run: md build

0 commit comments

Comments
 (0)