diff options
author | Hiroshi SHIBATA <[email protected]> | 2024-11-29 08:46:31 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-11-29 09:49:07 +0900 |
commit | 84b14c03851d919a99766386c619fe703134c36c () | |
tree | 545441edd3210ef66cde59a5e0f5c4e39305ac0b | |
parent | c392bec8cc03fe012f63e43145bcaaf83cf30fa1 (diff) |
Dont't need to run nmake test
Notes: Merged: https://.com/ruby/ruby/pull/12205
-rw-r--r-- | ./workflows/windows.yml | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -174,9 +174,6 @@ jobs: - run: nmake - - run: nmake test - timeout-minutes: 5 - - name: Set up Launchable uses: ././actions/launchable/setup with: |