fully specify actions-rust-lang url
Some checks failed
Code Checks / cargo fmt (push) Failing after 27s
Code Checks / cargo clippy (push) Failing after 4s
Test Suite / cargo test (push) Failing after 24s
Test Suite / cargo test (pull_request) Failing after 24s
Code Checks / cargo clippy (pull_request) Failing after 4s
Code Checks / cargo fmt (pull_request) Failing after 25s
Some checks failed
Code Checks / cargo fmt (push) Failing after 27s
Code Checks / cargo clippy (push) Failing after 4s
Test Suite / cargo test (push) Failing after 24s
Test Suite / cargo test (pull_request) Failing after 24s
Code Checks / cargo clippy (pull_request) Failing after 4s
Code Checks / cargo fmt (pull_request) Failing after 25s
This commit is contained in:
parent
eb4c6854f0
commit
3cae37852a
@ -11,11 +11,11 @@ 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: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
components: rustfmt
|
components: rustfmt
|
||||||
- name: Rustfmt Check
|
- name: Rustfmt Check
|
||||||
uses: actions-rust-lang/rustfmt@v1
|
uses: http://github.com/actions-rust-lang/rustfmt@v1
|
||||||
|
|
||||||
# Check code with clippy
|
# Check code with clippy
|
||||||
clippy:
|
clippy:
|
||||||
@ -24,8 +24,8 @@ 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: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
with:
|
with:
|
||||||
components: clippy
|
components: clippy
|
||||||
- name: Clippy
|
- name: Clippy
|
||||||
uses: actions-rust-lang/clippy@v1
|
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: actions-rust-lang/setup-rust-toolchain@v1
|
- uses: http://github.com/actions-rust-lang/setup-rust-toolchain@v1
|
||||||
- run: cargo test --all-features
|
- run: cargo test --all-features
|
||||||
|
Loading…
Reference in New Issue
Block a user