Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
ci: Limit the check to formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Sep 16, 2021
1 parent 61a862d commit 00dec81
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Quick check
name: Quick check Formatting

on:
push:
Expand Down Expand Up @@ -38,20 +38,3 @@ jobs:
with:
command: fmt
args: --all -- --check

- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true

- name: Cargo check
uses: actions-rs/cargo@v1
with:
command: check

- name: Cargo test
uses: actions-rs/cargo@v1
with:
command: test

0 comments on commit 00dec81

Please sign in to comment.