Skip to content

Commit

Permalink
add more debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent 309ccd3 commit bf2e777
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,14 @@ jobs:
- name: test
run: |
# sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler
echo "Installing iproute2..."
apt-get update && apt-get install -y iproute2
ip a
echo "Enabling loopback interface explicitly..."
ip link set lo up
echo "Result"
ip a
echo "Running tests..."
cargo test
doc:
Expand Down

0 comments on commit bf2e777

Please sign in to comment.