Skip to content

Commit

Permalink
add ping
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Mar 14, 2024
1 parent bf2e777 commit d0d8d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,13 @@ jobs:
run: |
# sudo apt-get update && sudo apt-get install -y iproute2 protobuf-compiler
echo "Installing iproute2..."
apt-get update && apt-get install -y iproute2
apt-get update && apt-get install -y iproute2 iputils-ping
ip a
echo "Enabling loopback interface explicitly..."
ip link set lo up
echo "Result"
ip a
ping -c 1 127.0.0.1
echo "Running tests..."
cargo test
Expand Down

0 comments on commit d0d8d02

Please sign in to comment.