Skip to content

Commit

Permalink
Merge pull request #153 from eval-exec/exec/stop-services-when-contro…
Browse files Browse the repository at this point in the history
…ller-dropped

Upgrade ckb dependencies to `0.111.0`, use `cargo-nextest` to run unit tests
  • Loading branch information
quake authored Oct 7, 2023
2 parents 5d33576 + 1d87316 commit 578dcc6
Show file tree
Hide file tree
Showing 14 changed files with 393 additions and 254 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-2019 ]
steps:
- uses: actions/checkout@v2
- uses: taiki-e/install-action@nextest
- if: matrix.os == 'windows-2019'
name: Windows Dependencies
run: |
Expand All @@ -65,10 +66,10 @@ jobs:
run: cargo build
- if: matrix.os != 'macos-latest'
name: UnitTest
run: cargo test
run: make test
- if: matrix.os == 'macos-latest'
name: UnitTest
run: cargo test --features portable
run: make test-portable
code_coverage:
name: Code Coverage
needs: [ test ]
Expand Down
Loading

0 comments on commit 578dcc6

Please sign in to comment.