Skip to content

Commit

Permalink
Refactor build and test commands in test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isaced committed Dec 20, 2023
1 parent cfa5976 commit 2a22756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
run: swift build
- name: Run tests
run: swift test -v
run: swift test

0 comments on commit 2a22756

Please sign in to comment.