Skip to content

Commit

Permalink
run the test on windows too.
Browse files Browse the repository at this point in the history
  • Loading branch information
cderv committed Oct 4, 2024
1 parent de7ad24 commit 5c38d77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/smoke/run/stdlib-run-version.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ unitTest("stdlib-run-version", async () => {
});
console.log({result})
assert(result.success);
}, {
ignore: Deno.build.os == "windows",
});

0 comments on commit 5c38d77

Please sign in to comment.