mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
[CI] Resort check and build steps so build is the first
This commit is contained in:
parent
a377b76a55
commit
8bc05013ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -15,10 +15,10 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Run Check
|
|
||||||
run: cargo check --verbose
|
|
||||||
- name: Run Build
|
- name: Run Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
|
- name: Run Check
|
||||||
|
run: cargo check --verbose
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
- name: Install MSRV
|
- name: Install MSRV
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue