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 1b8b540 commit a1a6464Copy full SHA for a1a6464
1 file changed
.github/workflows/multiplatform-tests.yml
@@ -51,6 +51,7 @@ jobs:
51
- uses: swift-actions/setup-swift@v2
52
- uses: actions/checkout@v4
53
- name: Build
54
+ run: swift --version
55
run: swift build -v
56
- name: Run swift tests
57
run: swift test -v
0 commit comments