Skip to content

Commit

Permalink
CI: Make tap0 available
Browse files Browse the repository at this point in the history
The network-properties test needs this.
  • Loading branch information
chrysn committed Aug 30, 2024
1 parent 35171c3 commit 486d490
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ jobs:
echo
echo "Testing ${D}"
echo
# Not needed for all tests, but running it always is cheaper than checking.
#
# Not setting up any particular addresses; tests don't expect any
# route so far.
ip tuntap add dev tap0 mode tap
make all test BOARD=native
fi
else
Expand Down

0 comments on commit 486d490

Please sign in to comment.