Skip to content

Commit

Permalink
Switch to text for release test package
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Jun 15, 2024
1 parent 8da75d2 commit 40891bc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set -eux
. .github/scripts/env.sh
. .github/scripts/common.sh

test_package="bytestring-0.12.1.0"
test_module="Data/ByteString.hs"
test_package="text-2.1.1"
test_module="src/Data/Text.hs"

create_cradle() {
echo "cradle:" > hie.yaml
Expand All @@ -23,6 +23,8 @@ create_cabal_project() {
echo "" >> cabal.project
echo "tests: False" >> cabal.project
echo "benchmarks: False" >> cabal.project

echo "flags: -simdutf -pure-haskell" >> cabal.project
}

enter_test_package() {
Expand Down

0 comments on commit 40891bc

Please sign in to comment.