aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorFabian Meumertzheim <meumertzheim@code-intelligence.com>2021-03-01 11:50:17 +0100
committerFabian Meumertzheim <fabian@meumertzhe.im>2021-03-24 11:53:16 +0100
commit1bc102a78a70c1be0e9e981310b1d0d38957fae4 (patch)
tree539bf0292eeefe8f104ee54026d819690fd6d656 /.github
parentd3fd43642f2882b1f7b10c3ef77f29a2036d7162 (diff)
downloadjazzer-api-1bc102a78a70c1be0e9e981310b1d0d38957fae4.tar.gz
Mark tests broken on macOS
Fuzzing with forked processes or native libraries is not yet supported, but everything else should work.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run-all-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/run-all-tests.yml b/.github/workflows/run-all-tests.yml
index c30d5ca2..bfb65375 100644
--- a/.github/workflows/run-all-tests.yml
+++ b/.github/workflows/run-all-tests.yml
@@ -39,7 +39,7 @@ jobs:
# key: bazel
- name: Download Bazelisk for macOS
- if: matrix.arch == darwin
+ if: matrix.arch == 'darwin'
run: curl -LO https://github.com/bazelbuild/bazelisk/releases/download/v1.7.5/bazelisk-darwin-amd64 && chmod +x bazelisk-darwin-amd64
- name: Build