This commit is contained in:
epwalsh
2019-12-13 13:51:12 -08:00
committed by MOI Anthony
parent 7e6fd92018
commit 7f42417482

View File

@ -25,17 +25,17 @@ jobs:
command: build
args: --verbose --manifest-path ./tokenizers/Cargo.toml
- name: Lint with RustFmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
- name: Lint with RustFmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: -- --check
- name: Lint with Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings
- name: Lint with Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --all-targets --all-features -- -D warnings
- name: Run Tests
uses: actions-rs/cargo@v1