mirror of
https://github.com/mre/mos6502.git
synced 2024-11-28 22:51:26 +00:00
Update and rename continuous_testing.yaml to ci.yaml
This commit is contained in:
parent
8c088611bb
commit
b6c888f951
@ -18,6 +18,17 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
override: true
|
override: true
|
||||||
|
- name: Run cargo fmt
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: fmt
|
||||||
|
args: --all -- --check
|
||||||
|
- name: Run cargo clippy (deny warnings)
|
||||||
|
uses: actions-rs/cargo@v1
|
||||||
|
with:
|
||||||
|
command: clippy
|
||||||
|
# --all-targets makes it lint tests too
|
||||||
|
args: --all-targets -- --deny warnings
|
||||||
- name: Run test
|
- name: Run test
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
Loading…
Reference in New Issue
Block a user