Skip to content

Commit b9370eb

Browse files
authored
Disable testing on Windows and Mac
This package doesn't make use of any platform specifics so it's wasteful to test on all platforms.
1 parent 2f2f4e6 commit b9370eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- '1'
2323
os:
2424
- ubuntu-latest
25-
- macos-latest
26-
- windows-latest
25+
# - macos-latest
26+
# - windows-latest
2727
arch:
2828
- x64
2929
steps:

0 commit comments

Comments
 (0)