Skip to content

Commit 9d58ed2

Browse files
authored
Merge pull request #41 from hnez/no-cargo-check
ci: tacd: use only cargo clippy and not cargo check as well
2 parents faeb54d + 760aff9 commit 9d58ed2

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/tacd-daemon.yaml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,6 @@ env:
1414
RUSTFLAGS: -D warnings
1515

1616
jobs:
17-
check:
18-
strategy:
19-
matrix:
20-
features:
21-
- ""
22-
- "--features=demo_mode --no-default-features"
23-
- "--tests"
24-
name: cargo check
25-
runs-on: ubuntu-latest
26-
steps:
27-
- uses: actions/checkout@v2
28-
- run: sudo apt update
29-
- run: sudo apt install libsystemd-dev libiio-dev
30-
- uses: actions-rs/toolchain@v1
31-
with:
32-
profile: minimal
33-
toolchain: stable
34-
override: true
35-
- uses: Swatinem/rust-cache@v2
36-
- uses: actions-rs/cargo@v1
37-
with:
38-
command: check
39-
args: ${{ matrix.features }}
40-
4117
fmt:
4218
name: cargo fmt
4319
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)