Deactivating tests as long as we don't have any yet

This commit is contained in:
Patrick Müller 2021-01-31 19:58:21 +01:00 committed by Patrick Müller
parent fdbd88ce01
commit 7945e62d40

View File

@ -11,9 +11,9 @@ jobs:
runs-on: macos-latest runs-on: macos-latest
steps: #steps:
- uses: actions/checkout@v2 #- uses: actions/checkout@v2
- name: Build #- name: Build
run: swift build -v # run: swift build -v
- name: Run tests #- name: Run tests
run: swift test -v # run: swift test -v