Skip to content

Commit

Permalink
back to use test in IT
Browse files Browse the repository at this point in the history
Signed-off-by: ben1009 <liuhe1009@gmail.com>
  • Loading branch information
ben1009 committed Sep 18, 2023
1 parent 3719c0e commit 83fb1da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

env:
CARGO_TERM_COLOR: always

name: CI

jobs:
Expand Down
9 changes: 3 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ unit-test: generate
cargo nextest run --all --no-default-features

integration-test: generate
cargo nextest run txn_ --all ${INTEGRATION_TEST_ARGS}
#-- --nocapture
cargo nextest run raw_ --all ${INTEGRATION_TEST_ARGS}
#-- --nocapture
cargo nextest run misc_ --all ${INTEGRATION_TEST_ARGS}
#-- --nocapture
cargo test txn_ --all ${INTEGRATION_TEST_ARGS} -- --nocapture
cargo test raw_ --all ${INTEGRATION_TEST_ARGS} -- --nocapture
cargo test misc_ --all ${INTEGRATION_TEST_ARGS} -- --nocapture

test: unit-test integration-test

Expand Down

0 comments on commit 83fb1da

Please sign in to comment.