Skip to content

Commit

Permalink
CI: run tests with client feature
Browse files Browse the repository at this point in the history
  • Loading branch information
sztomi committed Sep 18, 2023
1 parent c8900bd commit 17895a2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Format check
run: cargo fmt -- --check

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose
run: |
cargo test --verbose
cargo test --verbose --features client
publish:
needs: build
Expand Down

0 comments on commit 17895a2

Please sign in to comment.