Skip to content

Commit

Permalink
fixup! [#164] Add workflow for running Windows tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorokin-Anton committed Nov 9, 2022
1 parent 20ac2eb commit fcaebbe
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion src/Xrefcheck/Core.hs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import Data.Map qualified as M
import Data.Reflection (Given)
import Data.Text qualified as T
import Fmt (Buildable (..), blockListF, blockListF', indentF)
import System.FilePath.Posix (isPathSeparator, pathSeparator)
import System.FilePath.Posix (isPathSeparator)
import Text.Interpolation.Nyan
import Time (Second, Time)

Expand Down
10 changes: 0 additions & 10 deletions tests/golden/check-ignoreExternalRefsTo/expected_linux.gold
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@


=== Invalid references found ===

➥ In file check-ignoreExternalRefsTo.md
Expand All @@ -10,8 +8,6 @@

⛂ InternalException (HostCannotConnect "localhost" [Network.Socket.connect: <socket: N>: does not exist (Connection refused)])



➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:9:10-45:
- text: "team"
Expand All @@ -20,8 +16,6 @@

⛂ InternalException (HostCannotConnect "127.0.0.1" [Network.Socket.connect: <socket: N>: does not exist (Connection refused)])



➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:11:10-44:
- text: "blog"
Expand All @@ -30,8 +24,6 @@

⛂ ConnectionFailure Network.Socket.connect: <socket: N>: does not exist (Connection refused)



➥ In file check-ignoreExternalRefsTo.md
bad reference (external) at src:13:10-44:
- text: "labs"
Expand All @@ -40,6 +32,4 @@

⛂ ConnectionFailure Network.Socket.connect: <socket: N>: does not exist (Connection refused)



Invalid references dumped, 4 in total.
8 changes: 0 additions & 8 deletions tests/golden/check-ignoreExternalRefsTo/expected_windows.gold
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

⛂ InternalException (HostCannotConnect "localhost" [Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED)),Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))])



➥ In file check-ignoreRefs.md
bad reference (external) at src:9:10-45:
- text: "team"
Expand All @@ -20,8 +18,6 @@

⛂ InternalException (HostCannotConnect "127.0.0.1" [Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))])



➥ In file check-ignoreRefs.md
bad reference (external) at src:11:10-44:
- text: "blog"
Expand All @@ -30,8 +26,6 @@

⛂ ConnectionFailure Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))



➥ In file check-ignoreRefs.md
bad reference (external) at src:13:10-44:
- text: "labs"
Expand All @@ -40,6 +34,4 @@

⛂ ConnectionFailure Network.Socket.connect: <socket: N>: failed (Connection refused (WSAECONNREFUSED))



Invalid references dumped, 4 in total.

0 comments on commit fcaebbe

Please sign in to comment.