Formatting of CI script
This commit is contained in:
parent
2e8e600500
commit
2745fe04c9
@ -22,10 +22,10 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- run: cargo build --no-default-features --all-targets
|
||||
- run: cargo test --no-default-features --all-targets --no-fail-fast
|
||||
- run: cargo build --all-targets
|
||||
- run: cargo test --all-targets --no-fail-fast
|
||||
- run: cargo build --all-features --all-targets
|
||||
- run: cargo test --all-features --all-targets --no-fail-fast
|
||||
- run: cargo build --all-targets
|
||||
- run: cargo test --all-targets --no-fail-fast
|
||||
- run: cargo build --all-features --all-targets
|
||||
- run: cargo test --all-features --all-targets --no-fail-fast
|
||||
- run: >-
|
||||
grcov target/debug/profraw
|
||||
--binary-path target/debug/
|
||||
@ -49,6 +49,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: cargo clippy --no-default-features --all-targets -- -D warnings
|
||||
- run: cargo clippy --all-targets -- -D warnings
|
||||
- run: cargo clippy --all-features --all-targets -- -D warnings
|
||||
- run: cargo clippy --all-targets -- -D warnings
|
||||
- run: cargo clippy --all-features --all-targets -- -D warnings
|
||||
- run: cargo fmt -- --check
|
||||
|
Loading…
Reference in New Issue
Block a user