Run tests

This commit is contained in:
Stephen F. Booth 2021-05-30 10:31:15 -05:00 committed by GitHub
parent 10806c0f68
commit c778049089
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
# - name: Run tests
# run: swift test -v
- name: Run tests
run: swift test -v