Skip to content

Commit

Permalink
.github/workflows/rust.yml: more info
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulingMonkey committed Dec 8, 2023
1 parent 9ca8cac commit 10f293c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Info
- name: Sync / Info
run: |
rustc -V
cargo -V
rustc +stable -V
cargo +stable -V
cmd /C ver
- name: Test (MSRV)
run: cargo test
Expand All @@ -29,10 +31,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Info
- name: Sync / Info
run: |
rustc -V
cargo -V
rustc +stable -V
cargo +stable -V
cat /proc/version /etc/*-release
- name: Test (MSRV)
run: cargo test
- name: Test (Stable)
Expand Down

0 comments on commit 10f293c

Please sign in to comment.