diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 426370a..8283702 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,4 +34,4 @@ jobs: - uses: slashmo/install-swift@v0.1.0 with: version: 5.5 - - run: make test-wrappers + - run: make test-wrappers NO_DAEMON=1 NO_EMULATOR=1 |
