Skip to content

Commit

Permalink
fixup! fixup! .github: add Rust actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeandudey committed Jun 20, 2020
1 parent 36610b8 commit 7218c2a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/msrv.yml → .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
matrix:
rust:
- stable
- 1.34.1
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -39,7 +38,6 @@ jobs:
matrix:
rust:
- stable
- 1.34.1
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand All @@ -66,7 +64,6 @@ jobs:
matrix:
rust:
- stable
- 1.34.1
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down Expand Up @@ -94,7 +91,6 @@ jobs:
matrix:
rust:
- stable
- 1.34.1
steps:
- name: Checkout sources
uses: actions/checkout@v2
Expand Down

0 comments on commit 7218c2a

Please sign in to comment.