Skip to content

Commit

Permalink
ci: add nextest in CI (#452)
Browse files Browse the repository at this point in the history
add nextest in CI
  • Loading branch information
greged93 authored Aug 18, 2023
1 parent f541e58 commit 9828d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: Setup coverage env
uses: taiki-e/install-action@cargo-llvm-cov
# nextest setup
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
# Python setup
- name: Set up Python 3.9
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ test: dump-katana
cargo test --all

test-coverage: dump-katana
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
cargo llvm-cov nextest --all-features --workspace --lcov --output-path lcov.info

test-examples:
hurl $(HURL_FILES)
Expand Down

0 comments on commit 9828d4a

Please sign in to comment.