ci: run check-minimal after clippy-check to ensure cache is properly setup

This commit is contained in:
Victor Berger 2022-06-16 17:17:02 +02:00
parent 99fdf297b3
commit ec17974236

View file

@ -145,6 +145,10 @@ jobs:
RUSTFLAGS: "-D warnings"
runs-on: ubuntu-latest
needs:
- clippy-check
- format
steps:
- name: Checkout sources
uses: actions/checkout@v2