Skip to content

Commit

Permalink
Update build-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chbinousamy committed Oct 7, 2023
1 parent 6a6ece7 commit 81dfc92
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,14 @@ jobs:
run: make
- name: make distcheck
run: make distcheck
- name: test
run: |
modprobe vcan
lsmod | grep vcan
ip link add dev vcan0 type vcan
ip link set vcan0 mtu 16
ip link set up vcan0
ifconfig vcan0
./candump vcan0 &
./cansend vcan0 5A2#11.2233.445D556677.66

0 comments on commit 81dfc92

Please sign in to comment.