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.
2 parents faeb54d + 760aff9 commit 9d58ed2Copy full SHA for 9d58ed2
.github/workflows/tacd-daemon.yaml
@@ -14,30 +14,6 @@ env:
14
RUSTFLAGS: -D warnings
15
16
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
38
- command: check
39
- args: ${{ matrix.features }}
40
-
41
fmt:
42
name: cargo fmt
43
runs-on: ubuntu-latest
0 commit comments