Skip to content

Commit

Permalink
Update testing.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu authored Sep 25, 2023
1 parent 92d06db commit c1548cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Guide/testing.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,12 @@ jobs:
direnvVersion: 2.32.3

- run: |
# Build generated files.
nix-shell --run "make build/Generated/Types.hs"
# Start the project in the background.
nix-shell --run "devenv up &"
# Execute the tests.
nix-shell --run "runghc $(make print-ghc-extensions) -i. -ibuild -iConfig Test/Main.hs"
```
```

0 comments on commit c1548cc

Please sign in to comment.