Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andygrove committed Nov 19, 2023
1 parent f1c8657 commit 89d4a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
unzip $PROTO_ZIP
export PATH=$PATH:$HOME/d/protoc/bin
protoc --version - name: Build
- name: Build Rust code
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 89d4a74

Please sign in to comment.