mirror of
https://github.com/kristoferssolo/traxor.git
synced 2026-02-03 22:32:05 +00:00
fix: ci
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user