Skip to content

Commit b0dcfc6

Browse files
committed
chore(dev): update test CI
drop clang v9 and v10 add clang v22
1 parent 71ca261 commit b0dcfc6

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

.github/workflows/run-dev-tests.yml

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
GITHUB_TOKEN: ${{ github.token }}
6161
- name: Install third-party binaries
6262
run: >-
63-
cargo binstall -y cargo-nextest cargo-llvm-cov nur
63+
cargo binstall -y --locked cargo-nextest cargo-llvm-cov nur nu
6464
env:
6565
GITHUB_TOKEN: ${{ github.token }}
6666

@@ -93,26 +93,6 @@ jobs:
9393
- if: runner.os == 'Linux'
9494
run: sudo apt-get update
9595

96-
- name: Install clang v9
97-
uses: ./.github/install-clang-action
98-
with:
99-
version: '9'
100-
101-
- name: Collect Coverage for clang v9
102-
env:
103-
CLANG_VERSION: '9'
104-
run: nur test --profile ci
105-
106-
- name: Install clang v10
107-
uses: ./.github/install-clang-action
108-
with:
109-
version: '10'
110-
111-
- name: Collect Coverage for clang v10
112-
env:
113-
CLANG_VERSION: '10'
114-
run: nur test --profile ci
115-
11696
- name: Install clang 11
11797
uses: ./.github/install-clang-action
11898
with:
@@ -221,6 +201,16 @@ jobs:
221201
- name: Collect Coverage for clang v21
222202
env:
223203
CLANG_VERSION: '21'
204+
run: nur test --profile ci
205+
206+
- name: Install clang v22
207+
uses: ./.github/install-clang-action
208+
with:
209+
version: '22'
210+
211+
- name: Collect Coverage for clang v22
212+
env:
213+
CLANG_VERSION: '22'
224214
run: nur test --profile all
225215

226216
- name: Generate Coverage HTML report

0 commit comments

Comments
 (0)