summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Flynn <trflynn89@pm.me>2021-08-16 13:00:43 -0400
committerLinus Groh <mail@linusgroh.de>2021-08-16 18:04:33 +0100
commit7d23d9d55704aaaea835df93a3c8e75a582014a9 (patch)
treee333913508fa8e31479d10e104db6cb3d10939be
parent27804a6e674dbf35fca1a1f02b372fe6f38ef521 (diff)
downloadserenity-7d23d9d55704aaaea835df93a3c8e75a582014a9.zip
CI: Remove NO_FUZZ Lagom builds from GitHub Actions
-rw-r--r--.github/workflows/cmake.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index c8819a33e3..36b51378fd 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -194,12 +194,6 @@ jobs:
- with-fuzzers: FUZZ
os: ubuntu-20.04
allow-test-failure: false
- - with-fuzzers: NO_FUZZ
- os: ubuntu-20.04
- allow-test-failure: false
- - with-fuzzers: NO_FUZZ
- os: macos-10.15
- allow-test-failure: true
steps:
- uses: actions/checkout@v2