Revert "debug version"

This reverts commit cbb834f13d.
This commit is contained in:
GroovieGermanikus 2023-09-13 21:16:17 +02:00
parent 8ef51dc122
commit 05ba9045ee
1 changed files with 1 additions and 4 deletions

View File

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