Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Oct 5, 2024
1 parent 82bbf72 commit 24befe1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: Swatinem/rust-cache@v1.0.1

- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
run: cargo llvm-cov --features=ntex/compio --workspace --lcov --output-path lcov.info

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
command: test
args: --all --features=ntex/tokio -- --nocapture

- name: Run tests [compio]
uses: actions-rs/cargo@v1
timeout-minutes: 40
with:
command: test
args: --all --features=ntex/compio -- --nocapture
# - name: Run tests [compio]
# uses: actions-rs/cargo@v1
# timeout-minutes: 40
# with:
# command: test
# args: --all --features=ntex/compio -- --nocapture

- name: Install cargo-cache
continue-on-error: true
Expand Down

0 comments on commit 24befe1

Please sign in to comment.