mirror of
https://github.com/kristoferssolo/traxor.git
synced 2025-10-21 20:10:35 +00:00
fix: ci
This commit is contained in:
parent
d336160b5b
commit
df0101d1c5
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
@ -10,10 +10,15 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Cache
|
||||
uses: swatinem/rust-cache@v2
|
||||
- name: Check formatting
|
||||
run: cargo fmt -- --check
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
run: cargo test --verbose
|
||||
- name: Run clippy
|
||||
run: cargo clippy --verbose
|
||||
run: cargo clippy -- -D warnings
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user