fixup: ci

This commit is contained in:
dignifiedquire
2020-06-09 13:10:25 +02:00
parent b3074f854e
commit 3fa69c1852

View File

@@ -41,7 +41,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest, windows-latest, macOS-latest] os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [nightly, stable] rust: [nightly, 1.43.1]
steps: steps:
- uses: actions/checkout@master - uses: actions/checkout@master
@@ -74,7 +74,7 @@ jobs:
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1
with: with:
command: check command: check
args: --workspacke --all --bins --examples --tests args: --workspace --all --bins --examples --tests
- name: tests - name: tests
uses: actions-rs/cargo@v1 uses: actions-rs/cargo@v1