Skip to content

Commit

Permalink
Tweak CI disk usage (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
rukai authored Aug 31, 2023
1 parent e1aca76 commit cfb0a4e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
key: ubuntu-20.04-packages
- name: Install ubuntu packages
run: shotover-proxy/build/install_ubuntu_packages.sh
- name: Install nextest
uses: taiki-e/install-action@nextest
- name: Install cargo-hack
run: cargo install cargo-hack --version 0.5.8
- name: Install cargo-hack and nextest
uses: taiki-e/install-action@v2
with:
tool: cargo-hack@0.6.4,nextest@0.9.57
- name: Check `cargo fmt` was run
run: cargo fmt --all -- --check
- name: Ensure that all crates compile and have no warnings under every possible combination of features
Expand Down Expand Up @@ -114,7 +114,9 @@ jobs:
- name: Install ubuntu packages
run: shotover-proxy/build/install_ubuntu_packages.sh
- name: Install nextest
uses: taiki-e/install-action@nextest
uses: taiki-e/install-action@v2
with:
tool: nextest@0.9.57
- run: mkdir -p ~/.cargo/bin
- name: Download archive
uses: actions/download-artifact@v3
Expand Down

0 comments on commit cfb0a4e

Please sign in to comment.