ci: add debug testing

Previous changes in Rust and LLVM have caused stdarch to be broken in
debug, so add testing to ensure that this is caught.
This commit is contained in:
David Wood
2024-11-05 11:29:25 +00:00
committed by Amanieu d'Antras
parent b08aea9ec0
commit aaad388be1
2 changed files with 19 additions and 14 deletions
+5
View File
@@ -68,6 +68,9 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
profile:
- dev
- release
target:
# Dockers that are run through docker on linux
- i686-unknown-linux-gnu
@@ -192,6 +195,8 @@ jobs:
- run: cargo generate-lockfile
# Configure some env vars based on matrix configuration
- run: echo "PROFILE=--profile=${{matrix.profile}}" >> $GITHUB_ENV
shell: bash
- run: echo "NORUN=1" >> $GITHUB_ENV
shell: bash
if: matrix.norun != '' || startsWith(matrix.target, 'thumb') || matrix.target == 'nvptx64-nvidia-cuda'