Skip to content

Commit

Permalink
Remove just installation
Browse files Browse the repository at this point in the history
  • Loading branch information
lubkoll committed Jul 17, 2024
1 parent c7bc366 commit 5221e25
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ jobs:
uses: actions/cache@v4
with:
path: |
~/.cargo
**/target
key: ${{ runner.os }}-cargo-$${{ hashFiles('Cargo.toml') }}
restore-keys: ${{ runner.os }}-cargo
- name: Install just via cargo
if: env.GIT_DIFF
run: cargo install just
- name: Run unit-tests
if: env.GIT_DIFF
run: cd smart-contracts && cargo test --lib

0 comments on commit 5221e25

Please sign in to comment.