fix actions?
Some checks failed
Code Checks / cargo fmt (push) Failing after 3s
Code Checks / cargo clippy (push) Failing after 2s
Test Suite / cargo test (push) Failing after 2s
Code Checks / cargo fmt (pull_request) Failing after 2s
Code Checks / cargo clippy (pull_request) Failing after 2s
Test Suite / cargo test (pull_request) Failing after 2s
Some checks failed
Code Checks / cargo fmt (push) Failing after 3s
Code Checks / cargo clippy (push) Failing after 2s
Test Suite / cargo test (push) Failing after 2s
Code Checks / cargo fmt (pull_request) Failing after 2s
Code Checks / cargo clippy (pull_request) Failing after 2s
Test Suite / cargo test (pull_request) Failing after 2s
This commit is contained in:
parent
3cae37852a
commit
5c2049af94
@ -11,7 +11,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# Ensure rustfmt is installed and setup problem matcher
|
# Ensure rustfmt is installed and setup problem matcher
|
||||||
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Rustfmt Check
|
- name: Rustfmt Check
|
||||||
@ -24,8 +24,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
# Ensure clippy is installed and setup problem matcher
|
# Ensure clippy is installed and setup problem matcher
|
||||||
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
- name: Clippy
|
- run: cargo clippy -- -D warnings
|
||||||
uses: http://github.com/actions-rust-lang/clippy@v1
|
|
@ -9,5 +9,5 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain
|
||||||
- run: cargo test --all-features
|
- run: cargo test --all-features
|
||||||
|
Loading…
Reference in New Issue
Block a user