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

This commit is contained in:
2021-01-31 19:58:21 +01:00
committed by Patrick Müller
parent fdbd88ce01
commit 7945e62d40
+6 -6
View File
@@ -11,9 +11,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
#steps:
#- uses: actions/checkout@v2
#- name: Build
# run: swift build -v
#- name: Run tests
# run: swift test -v