diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-21 10:31:22 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-04-21 12:25:41 +0900 |
| commit | 85bab61565841a815322449d3309cf53b15f57b9 (patch) | |
| tree | aac6de2e291aae8731ac9a52392cf7538a306de4 | |
| parent | d414dbae0abc395139a5d243aeb0a91368807a3e (diff) | |
Try to run only working tests
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13118
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 04fb26175f..81ef748dd1 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,7 +37,7 @@ jobs: vcvars: '10.0.22621.0 -vcvars_ver=14.2' # The defautl Windows 11 SDK and toolset are broken at windows-2022 test_task: check - os: 11-arm - test_task: test-spec + test_task: 'btest test-basic test-tool' # check and test-spec are broken yet. target: arm64 - os: 2022 vc: 2019 |
