Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
rustup toolchain install stable --profile minimal --component clippy,rustfmt
rustup default stable

- uses: Swatinem/rust-cache@v2

- name: Check formatting
run: cargo fmt --all -- --check

Expand Down Expand Up @@ -78,6 +80,8 @@ jobs:
rustup toolchain install stable --profile minimal
rustup default stable

- uses: Swatinem/rust-cache@v2

- name: Build Rust binaries
run: cargo build --bin soldb --bin soldb-dap-server

Expand Down Expand Up @@ -121,6 +125,8 @@ jobs:
rustup toolchain install stable --profile minimal
rustup default stable

- uses: Swatinem/rust-cache@v2

- name: Install Rust coverage tool
run: cargo install cargo-llvm-cov --locked

Expand Down
Loading