Skip to content

Commit 4059e25

Browse files
committed
Ensure benchmark inputs are where benchmark executable can find them
1 parent 3d94dde commit 4059e25

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/haskell-ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,12 @@ jobs:
6666
- name: Test
6767
run: |
6868
project_file="$(pwd)/cabal.project.test"
69+
test_file="$(pwd)/test.txt"
70+
6971
cd ../vector-quicksort-*/
7072
cabal run --project-file "$project_file" test -- --quickcheck-tests=100000 --quickcheck-max-size=1000
7173
74+
cp -v "$test_file" .
7275
cabal run --project-file "$project_file" bench -- --stdev 100 --timeout 600
7376
7477
- name: Doctest

0 commit comments

Comments
 (0)