Skip to content

Commit

Permalink
Install protoc to run tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorre committed Oct 2, 2024
1 parent d8ef7f1 commit a0ca936
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ jobs:

runs-on: ubuntu-latest

env:
RUST_LOG: pbls=trace

steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- name: Run tests
run: cargo test --verbose

0 comments on commit a0ca936

Please sign in to comment.