Skip to content

Commit

Permalink
Disable pcan in CI tests
Browse files Browse the repository at this point in the history
Including pcan support in the tests requires the test environment have
libpcanbasic available, which has to be built from source.
  • Loading branch information
Notgnoshi committed Nov 7, 2023
1 parent 548b87a commit 623c3eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI

on:
push:
push:
pull_request:
types: [opened, synchronize, reopened]

Expand All @@ -28,7 +28,7 @@ jobs:
profile: minimal
override: true
components: rustfmt

- name: Setup cache
uses: Swatinem/rust-cache@v2

Expand All @@ -37,7 +37,7 @@ jobs:
with:
command: fmt
args: --check

lint:
name: Lint
runs-on: ubuntu-latest
Expand All @@ -53,7 +53,7 @@ jobs:
profile: minimal
override: true
components: clippy

- name: Setup cache
uses: Swatinem/rust-cache@v2

Expand All @@ -77,7 +77,7 @@ jobs:
toolchain: stable
profile: minimal
override: true

- name: Setup cache
uses: Swatinem/rust-cache@v2

Expand All @@ -90,8 +90,8 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: tarpaulin
args: --release --all-features --engine llvm --out xml
args: --release --features tracing,socketcan --engine llvm --out xml

- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 623c3eb

Please sign in to comment.