Skip to content

Commit

Permalink
Readd cargo make installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jul 22, 2024
1 parent 59cd60b commit 0db19cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
key: ${{ runner.os }}-rust-deps-${{ hashFiles('Cargo.lock', 'rust-toolchain.toml') }}
- name: Install cargo-make
run: rustup run stable cargo install --force --debug cargo-make
- name: Run tests
run: cargo make ci-tests

Expand Down

0 comments on commit 0db19cf

Please sign in to comment.