mirror of
https://github.com/n08i40k/schedule-parser-rusted.git
synced 2025-12-06 09:47:50 +03:00
chore(ci): make building non-verbose
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
cargo test --verbose
|
||||
cargo test
|
||||
env:
|
||||
DATABASE_URL: ${{ env.TEST_DB }}
|
||||
SCHEDULE_DISABLE_AUTO_UPDATE: 1
|
||||
@@ -68,7 +68,7 @@ jobs:
|
||||
toolchain: stable
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --verbose
|
||||
run: cargo build --release
|
||||
|
||||
- name: Extract debug symbols
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user