Skip to content

Commit

Permalink
Don't run CI tests when computing coverage
Browse files Browse the repository at this point in the history
We are running out of disk space.
  • Loading branch information
smoelius committed Nov 19, 2023
1 parent 05ced40 commit 163164a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ jobs:
- name: Install dylint-link
run: cargo install --path ./dylint-link

- name: Install tools
run: |
npm install -g prettier
rustup install nightly
cargo install cargo-hack || true
cargo install cargo-msrv || true
cargo install cargo-supply-chain || true
cargo install cargo-udeps || true
- name: Install cargo-llvm-cov
run: cargo install cargo-llvm-cov

Expand Down
2 changes: 2 additions & 0 deletions cargo-dylint/tests/ci.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![cfg(not(coverage))]

use anyhow::Result;
use assert_cmd::Command;
use cargo_metadata::{Dependency, Metadata, MetadataCommand};
Expand Down

0 comments on commit 163164a

Please sign in to comment.