We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5b5c8 commit 51cb977Copy full SHA for 51cb977
.github/workflows/tests.yml
@@ -12,5 +12,7 @@ jobs:
12
- uses: swift-actions/setup-swift@v2
13
with:
14
swift-version: "5.10"
15
+ - name: Prepare test build
16
+ run: swift build
17
- name: Run tests
- run: make test
18
+ run: ./Tests/integration_tests.sh .build/debug/progressline
0 commit comments