mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
CI: Remove NO_FUZZ Lagom builds from GitHub Actions
This commit is contained in:
parent
27804a6e67
commit
7d23d9d557
Notes:
sideshowbarker
2024-07-18 05:38:13 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/7d23d9d5570 Pull-request: https://github.com/SerenityOS/serenity/pull/9455 Reviewed-by: https://github.com/linusg ✅
1 changed files with 0 additions and 6 deletions
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue