Skip to content

Commit

Permalink
Updating core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjovanc committed Dec 18, 2024
1 parent 62d481c commit cfbf997
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

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

- name: Run Clippy
run: cargo clippy --all-targets

Expand Down Expand Up @@ -88,6 +91,9 @@ jobs:
~/.cargo
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

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

- name: Run Tests
run: cargo test

Expand All @@ -105,6 +111,9 @@ jobs:
profile: minimal
toolchain: stable

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

- name: Install Tarpaulin
run: cargo install cargo-tarpaulin

Expand Down

0 comments on commit cfbf997

Please sign in to comment.