Skip to content

Commit

Permalink
Merge #145
Browse files Browse the repository at this point in the history
145: Add simple test for `cargo llvm-cov nextest` r=taiki-e a=taiki-e

follow-up #144

Co-authored-by: Taiki Endo <te316e89@gmail.com>
  • Loading branch information
bors[bot] and taiki-e authored Mar 18, 2022
2 parents e7dbbde + d0e2e1f commit 988def2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,13 @@ jobs:
if: startsWith(matrix.rust, 'nightly')
- uses: taiki-e/install-action@cargo-minimal-versions
if: startsWith(matrix.rust, 'nightly')
- uses: taiki-e/install-action@nextest
- run: echo "RUSTFLAGS=${RUSTFLAGS} -C target-feature=+crt-static" >> "${GITHUB_ENV}"
if: startsWith(matrix.os, 'windows')
- run: cargo test --workspace --all-features
# TODO: move this test to tests/test.rs
- run: cargo llvm-cov nextest --text
working-directory: tests/fixtures/crates/bin_crate
- run: cargo minimal-versions build --workspace --all-features --ignore-private
if: startsWith(matrix.rust, 'nightly')

Expand Down

0 comments on commit 988def2

Please sign in to comment.