mirror of
https://github.com/YGGverse/btracker-gemini.git
synced 2026-03-31 17:15:30 +00:00
update dependencies
This commit is contained in:
parent
cd7a182fc2
commit
b157171cc5
1 changed files with 6 additions and 8 deletions
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
|
|
@ -17,11 +17,9 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run rustfmt
|
||||
run: cargo fmt --all -- --check
|
||||
- name: Run clippy
|
||||
run: cargo clippy --all-targets
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- run: rustup update
|
||||
- run: cargo update
|
||||
- run: cargo fmt --all -- --check
|
||||
- run: cargo clippy --all-targets
|
||||
- run: cargo build --verbose
|
||||
- run: cargo test --verbose
|
||||
Loading…
Add table
Add a link
Reference in a new issue