[CI] Resort check and build steps so build is the first

This commit is contained in:
CosminPerRam 2023-06-13 22:15:10 +03:00
parent a377b76a55
commit 8bc05013ee

View file

@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Run Check
run: cargo check --verbose
- name: Run Build
run: cargo build --verbose
- name: Run Check
run: cargo check --verbose
- name: Run Tests
run: cargo test --verbose
- name: Install MSRV