mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +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:
|
||||
- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue