Skip to content

Commit 79e7950

Browse files
authored
Merge pull request #2036 from digitallyinduced/amitaibu-patch-4
Remove `nix-shell` from testing instructions
2 parents 36b2e07 + 90093bd commit 79e7950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Guide/testing.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ package flags have changed, resetting and loading new packages...
129129
Loaded GHCi configuration from /home/amitaibu/Sites/Haskell/ihp/blog/.ghci
130130
```
131131

132-
Another way of executing the tests, that we'll use on CI, is to use the `runghc` command, while running `devenv up` on another tab:
132+
Another way of executing the tests, that we'll use on [CI](https://github.com/digitallyinduced/ihp-boilerplate/blob/master/.github/workflows/test.yml), is to use the `runghc` command, while running `devenv up` on another tab:
133133

134134
```
135-
nix-shell --run "runghc $(make print-ghc-extensions) -i. -ibuild -iConfig Test/Main.hs"
135+
runghc $(make print-ghc-extensions) -i. -ibuild -iConfig Test/Main.hs
136136
```
137137

138138
## Setting the Current User During Testing

0 commit comments

Comments
 (0)