Skip to content

Commit

Permalink
Add make build/Generated/Types.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu committed Nov 3, 2023
1 parent 420ce15 commit 8350b80
Show file tree
Hide file tree
Showing 2 changed files with 363 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ jobs:

- run: |
ssh-keygen -t rsa -b 4096 -m PEM -f ./Config/jwtRS256.key -N "" && openssl rsa -in ./Config/jwtRS256.key -pubout -outform PEM -out ./Config/jwtRS256.key.pub
nix-shell --run "make build/Generated/Types.hs"
nix-shell --run "devenv up &"
nix-shell --run "runghc $(make print-ghc-extensions) -i. -ibuild -iConfig Test/Main.hs"
Loading

0 comments on commit 8350b80

Please sign in to comment.