Skip to content

Commit

Permalink
Move session-close testcase to its own run.
Browse files Browse the repository at this point in the history
session-close will terminate Transmission, causes others testcases to fail.
  • Loading branch information
ngoquang2708 committed Nov 16, 2021
1 parent b77151e commit 338884e
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,13 @@ jobs:
args: --release --all-features

- name: Cargo Test
uses: actions-rs/cargo@v1
uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test -- --skip session_close

- name: Cargo Test Session Close
uses: actions-rs/toolchain@v1
with:
command: test
toolchain: stable
- run: cargo test -- session_close

0 comments on commit 338884e

Please sign in to comment.