We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7543f8 commit 4f69d06Copy full SHA for 4f69d06
1 file changed
.github/workflows/build.yml
@@ -10,6 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v4
12
- name: Build
13
- run: swift build -v
+ run: swift build
14
- name: Run tests
15
- run: swift test -v
+ run: swift test
0 commit comments