mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
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:
committed by
Amanieu d'Antras
parent
b08aea9ec0
commit
aaad388be1
+5
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user