summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSamuel Williams <samuel.williams@oriontransfer.co.nz>2023-05-24 09:15:20 +0900
committerGitHub <noreply@github.com>2023-05-24 09:15:20 +0900
commit28056a6d161417bd7b3aed8099f59f4ac164b351 (patch)
treebf10d11f371f09f73bdc4eebd6bd6f0e360f9f08 /.github
parent9592bc703922933c4196748a0e7221a53ad50b9b (diff)
Add support for pread/pwrite on windows. (#7827)
Notes
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 75f026074f..79564e5834 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -130,7 +130,7 @@ jobs:
- run: nmake
- run: nmake test
timeout-minutes: 5
- - run: nmake test-spec
+ - run: nmake test-spec MSPECOPT="-V -fspec"
timeout-minutes: 10
- run: nmake test-all
env: