File tree Expand file tree Collapse file tree 1 file changed +11
-21
lines changed
Expand file tree Collapse file tree 1 file changed +11
-21
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments