Skip to content

Commit 4f69d06

Browse files
authored
Update build.yml
1 parent b7543f8 commit 4f69d06

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v4
1212
- name: Build
13-
run: swift build -v
13+
run: swift build
1414
- name: Run tests
15-
run: swift test -v
15+
run: swift test

0 commit comments

Comments
 (0)