restore debug llvm CI coverage
and reduce redundant coverage in slow runs to save time
This commit is contained in:
8
.github/workflows/ci.yaml
vendored
8
.github/workflows/ci.yaml
vendored
@@ -20,6 +20,14 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-debug.sh
|
||||
x86_64-linux-debug-llvm:
|
||||
timeout-minutes: 540
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Build and Test
|
||||
run: sh ci/x86_64-linux-debug-llvm.sh
|
||||
x86_64-linux-release:
|
||||
timeout-minutes: 540
|
||||
runs-on: [self-hosted, Linux, x86_64]
|
||||
|
||||
Reference in New Issue
Block a user