Skip to content

Commit 980f588

Browse files
Fix test call
1 parent 7789f67 commit 980f588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Run tests
6060
run: |
61-
npx spago test
61+
npx spago -x test.dhall test
6262
6363
- name: Check Formatting
6464
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)