Skip to content

Commit b18b823

Browse files
committed
Windows-friendly args
1 parent f002704 commit b18b823

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ jobs:
6262
run: npx spago build
6363

6464
- name: Run tests
65-
run: npx spago test -- --timeout 30
65+
run: npx spago test --backend-args "--timeout 30"

test/Test/Main.purs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Data.String (trim)
88
import Data.String.Regex (replace) as Regex
99
import Data.String.Regex.Flags (global) as Regex
1010
import Data.String.Regex.Unsafe (unsafeRegex) as Regex
11-
import Debug (traceM)
1211
import Effect (Effect)
1312
import Node.ChildProcess.Types (Exit(..), pipe)
1413
import Node.Encoding (Encoding(..))

0 commit comments

Comments
 (0)