Skip to content

Commit

Permalink
Updated and modified files for the project
Browse files Browse the repository at this point in the history
- Updated files:
  - .github/workflows/rust.yml
  • Loading branch information
Aviksaikat committed Jun 26, 2024
1 parent dc5a759 commit 65281c4
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 @@ -16,7 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Install Protobuf Compiler
run: sudo apt-get install protobuf-compiler -y

- name: Build
run: cargo build --verbose

- name: Run tests
run: cargo test --verbose

0 comments on commit 65281c4

Please sign in to comment.