mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 15:27:28 +00:00
[Crate] Update Github workflow to confirm MSRV
This commit is contained in:
parent
c73334f45d
commit
4a8ad7c3dc
1 changed files with 10 additions and 2 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -15,7 +15,15 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build
|
||||
- name: Run Check
|
||||
run: cargo check --verbose
|
||||
- name: Run Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
- name: Run Tests
|
||||
run: cargo test --verbose
|
||||
- name: Install MSRV
|
||||
with:
|
||||
toolchain: 1.60.0
|
||||
override: true
|
||||
- name: Run MSRV
|
||||
run: cargo build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue