We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5a1ae commit 91f0a36Copy full SHA for 91f0a36
.github/workflows/ci.yml
@@ -48,8 +48,8 @@ jobs:
48
command: test
49
args: --workspace --target ${{ matrix.target }}
50
51
- format-lint-build:
52
- name: format-lint-build
+ format-lint:
+ name: format-lint
53
runs-on: ubuntu-latest
54
timeout-minutes: 10
55
steps:
@@ -67,6 +67,3 @@ jobs:
67
68
- name: Run linter
69
run: cargo clippy --workspace
70
-
71
- - name: Run build
72
- run: cargo build
0 commit comments