Skip to content

Commit

Permalink
Merge pull request esnet#1514 from anarkiwi/bt2
Browse files Browse the repository at this point in the history
run tests on localhost
  • Loading branch information
bmah888 authored May 10, 2023
2 parents 0037c0a + 09909aa commit 31320f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
- name: build
run: |
./configure && make && make check
timeout 600 src/iperf3 -s &
./test_commands.sh
timeout 300 src/iperf3 -s &
./test_commands.sh localhost
build-test-ubuntu-20_04:
runs-on: ubuntu-20.04
steps:
Expand All @@ -23,5 +23,5 @@ jobs:
- name: build
run: |
./configure && make && make check
timeout 600 src/iperf3 -s &
./test_commands.sh
timeout 300 src/iperf3 -s &
./test_commands.sh localhost

0 comments on commit 31320f9

Please sign in to comment.