ci: update

This commit is contained in:
MedzikUser 2022-06-14 20:18:35 +02:00
parent c8afcf9e42
commit 556beea836
No known key found for this signature in database
GPG Key ID: A5FAC1E185C112DB
1 changed files with 0 additions and 27 deletions

View File

@ -36,39 +36,12 @@ jobs:
override: true
components: clippy
- name: cargo build
uses: actions-rs/cargo@v1
with:
command: build
args: --all-features
- name: cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --no-deps -- -D warnings
test:
strategy:
fail-fast: false
matrix:
rust: [stable, nightly]
name: ${{ matrix.rust }} test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Rust toolchain
id: rust-toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.rust }}
override: true
- name: cargo test
uses: actions-rs/cargo@v1
with: