Skip to content

Commit e635eea

Browse files
authored
chore: CI: replace Nix CI with Linux release (#8335)
Nix cannot handle the awesomeness of our stdlib anymore.
1 parent 7240ae2 commit e635eea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ jobs:
193193
run: |
194194
ulimit -c unlimited # coredumps
195195
time ctest --preset ${{ matrix.CMAKE_PRESET || 'release' }} --test-dir build/stage1 -j$NPROC --output-junit test-results.xml ${{ matrix.CTEST_OPTIONS }}
196-
if: (matrix.wasm || !matrix.cross) && inputs.check-level >= 1
196+
if: (matrix.wasm || !matrix.cross) && (inputs.check-level >= 1 || matrix.name == 'Linux release')
197197
- name: Test Summary
198198
uses: test-summary/action@v2
199199
with:

0 commit comments

Comments
 (0)