Skip to content

Commit 91f0a36

Browse files
diemogebhardtlpil
authored andcommitted
Remove build step of GitHub workflow for CI
1 parent bb5a1ae commit 91f0a36

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
command: test
4949
args: --workspace --target ${{ matrix.target }}
5050

51-
format-lint-build:
52-
name: format-lint-build
51+
format-lint:
52+
name: format-lint
5353
runs-on: ubuntu-latest
5454
timeout-minutes: 10
5555
steps:
@@ -67,6 +67,3 @@ jobs:
6767

6868
- name: Run linter
6969
run: cargo clippy --workspace
70-
71-
- name: Run build
72-
run: cargo build

0 commit comments

Comments
 (0)