debug version

This commit is contained in:
GroovieGermanikus 2023-09-13 21:08:51 +02:00
parent 34cfc5876c
commit cbb834f13d
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,10 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Early Build
run: cargo build --workspace --tests
run: |
rustc --version
echo $RUSTFLAGS
cargo build --workspace --tests
- name: Run fmt+clippy
run: |