diff options
| author | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 12:51:44 +0100 |
|---|---|---|
| committer | StevenWdV <stevenwdv@gmail.com> | 2022-02-09 12:51:44 +0100 |
| commit | d439d1e72cf4a90b26c58dd26fd274a71563c3b8 (patch) | |
| tree | bfbc5e5484969acdb8724bec70c99967bc3def7f /.github/workflows | |
| parent | 147bb6c411d64afbce18c00d3b6107cf2d8638fb (diff) | |
Android wrapper fixes, disable Android instrumented tests on GitHub
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 |
