Skip to content

Commit

Permalink
try running vcan in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 19, 2024
1 parent 973dcc5 commit bdd1abc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Setup SocketCAN
run: |
sudo apt-get -y install linux-modules-extra-$(uname -r)
sudo scripts/set_up_vcan.sh
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --features=test_vcan --verbose

0 comments on commit bdd1abc

Please sign in to comment.