Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist authored Feb 9, 2024
1 parent 96ecc93 commit 9be0bb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: Swift
name: Tests

on:
push:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
run: swift test -v

0 comments on commit 9be0bb3

Please sign in to comment.