From 3a03e88ef626626595b9fc060c8576dbed209581 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:02:10 -0400 Subject: [PATCH] fix(ci): don't assume windows os --- .gitignore | 1 + deno.jsonc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 95e23bf..faf06d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .coverage .deno-make.json tests/.* +tests/tests.exe diff --git a/deno.jsonc b/deno.jsonc index 60c37bb..0c961f7 100644 --- a/deno.jsonc +++ b/deno.jsonc @@ -18,7 +18,7 @@ "deno test &&", "deno coverage .coverage &&", // Cleanup test environment - "rm -rf .coverage tests/.[!.]* tests/*.exe" + "rm -rf .coverage tests/.[!.]*" ], "deno": { "test": {