Skip to content

Commit 51cb977

Browse files
committed
update test workflow
1 parent 2c5b5c8 commit 51cb977

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ jobs:
1212
- uses: swift-actions/setup-swift@v2
1313
with:
1414
swift-version: "5.10"
15+
- name: Prepare test build
16+
run: swift build
1517
- name: Run tests
16-
run: make test
18+
run: ./Tests/integration_tests.sh .build/debug/progressline

0 commit comments

Comments
 (0)