Skip to content

Commit

Permalink
chore: run itests in gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Jan 8, 2024
1 parent 408874e commit 72964d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ jobs:
- uses: actions/checkout@v3
- name: Install protobuf-compiler
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler
- name: Install just
run: cargo install just
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Run itests
run: just run-itests
coverage:
runs-on: ubuntu-latest
name: coverage
Expand Down

0 comments on commit 72964d0

Please sign in to comment.