diff options
author | Timothy Flynn <trflynn89@pm.me> | 2021-08-16 13:00:43 -0400 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-08-16 18:04:33 +0100 |
commit | 7d23d9d55704aaaea835df93a3c8e75a582014a9 (patch) | |
tree | e333913508fa8e31479d10e104db6cb3d10939be | |
parent | 27804a6e674dbf35fca1a1f02b372fe6f38ef521 (diff) | |
download | serenity-7d23d9d55704aaaea835df93a3c8e75a582014a9.zip |
CI: Remove NO_FUZZ Lagom builds from GitHub Actions
-rw-r--r-- | .github/workflows/cmake.yml | 6 |
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 |