Skip to content

Commit

Permalink
Merge pull request #2036 from digitallyinduced/amitaibu-patch-4
Browse files Browse the repository at this point in the history
Remove `nix-shell` from testing instructions
  • Loading branch information
mpscholten authored Jan 26, 2025
2 parents 36b2e07 + 90093bd commit 79e7950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Guide/testing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ package flags have changed, resetting and loading new packages...
Loaded GHCi configuration from /home/amitaibu/Sites/Haskell/ihp/blog/.ghci
```

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:
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:

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

## Setting the Current User During Testing
Expand Down

0 comments on commit 79e7950

Please sign in to comment.