Skip to content

Commit

Permalink
Moved tests section to bottom of package.yaml to avoid issues with te…
Browse files Browse the repository at this point in the history
…st-runner code injection (#1213)
  • Loading branch information
cdimitroulas authored Sep 6, 2024
1 parent 812f4db commit 594515b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions exercises/practice/parallel-letter-frequency/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ library:
# - foo # List here the packages you
# - bar # want to use in your solution.

tests:
test:
main: Tests.hs
source-dirs: test
dependencies:
- parallel-letter-frequency
- hspec

benchmarks:
bench:
ghc-options: -threaded -with-rtsopts=-N -O2
Expand All @@ -31,3 +23,11 @@ benchmarks:
dependencies:
- parallel-letter-frequency
- criterion

tests:
test:
main: Tests.hs
source-dirs: test
dependencies:
- parallel-letter-frequency
- hspec

0 comments on commit 594515b

Please sign in to comment.