Skip to content

Commit 94a1fdd

Browse files
committed
test on macos
1 parent 4ebbd22 commit 94a1fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ async function runTests() {
128128
}
129129

130130
if (runtimeDocstrings) {
131-
if (process.platform !== "linux") {
131+
if (process.platform === "win32") {
132132
console.log(`Skipping docstrings tests on ${process.platform}`);
133133
} else {
134134
console.log("Running runtime docstrings tests");

0 commit comments

Comments
 (0)