summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStevenWdV <stevenwdv@gmail.com>2022-02-09 12:51:44 +0100
committerStevenWdV <stevenwdv@gmail.com>2022-02-09 12:51:44 +0100
commitd439d1e72cf4a90b26c58dd26fd274a71563c3b8 (patch)
treebfbc5e5484969acdb8724bec70c99967bc3def7f /.github/workflows
parent147bb6c411d64afbce18c00d3b6107cf2d8638fb (diff)
Android wrapper fixes, disable Android instrumented tests on GitHub
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml2
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