Skip to content

Commit

Permalink
ci: setup and run buf in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bittermandel committed Sep 10, 2024
1 parent cab52ae commit 6f02408
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 @@ -20,6 +20,10 @@ jobs:
uses: foundationdb-rs/[email protected]
with:
version: "7.3.27"
- name: Setup buf
uses: bufbuild/[email protected]
- name: Generate buf
run: cd crates/keystore && buf generate
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 6f02408

Please sign in to comment.