mirror of
https://github.com/mre/mos6502.git
synced 2024-11-25 02:33: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:
|
||||
toolchain: stable
|
||||
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
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
Loading…
Reference in New Issue
Block a user