|
|
@ -38,8 +38,9 @@ jobs: |
|
|
|
- name: Formatting (rustfmt) |
|
|
|
- name: Formatting (rustfmt) |
|
|
|
uses: actions-rs/cargo@v1 |
|
|
|
uses: actions-rs/cargo@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|
|
|
|
|
toolchain: nightly |
|
|
|
command: fmt |
|
|
|
command: fmt |
|
|
|
args: +nightly --all -- --check --verbose |
|
|
|
args: --all -- --check --verbose |
|
|
|
- name: Tests (test) |
|
|
|
- name: Tests (test) |
|
|
|
uses: actions-rs/cargo@v1 |
|
|
|
uses: actions-rs/cargo@v1 |
|
|
|
with: |
|
|
|
with: |
|
|
|