remove unnecessary build
Some checks failed
CI/CD Pipeline / test (push) Failing after 27s

This commit is contained in:
philipp 2024-01-26 17:19:21 +01:00
parent 23edc4103a
commit bee1455e97

View File

@ -23,7 +23,5 @@ jobs:
key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-debug- restore-keys: ${{ runner.os }}-cargo-debug-
- name: Build
run: cargo build
- name: Tests - name: Tests
run: cargo test --verbose run: cargo test --verbose