Skip to content

Commit 20c6f40

Browse files
committed
moar
1 parent 3a8d009 commit 20c6f40

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install throttle
2222
run: npm ci
2323
- name: Install dependencies
24-
run: sudo apt-get install -y iproute2
24+
run: sudo apt-get install -y net-tools
2525
- name: Verify lint
2626
run: npm run lint
2727
- name: Show interfaces
@@ -31,11 +31,11 @@ jobs:
3131
- name: Test cable
3232
run: bin/index.js cable && bin/index.js stop
3333
- name: Test configuration
34-
run: bin/index.js throttle --up 330 --down 780 --rtt 200 && bin/index.js stop
34+
run: LOG_THROTTLE=true bin/index.js throttle --up 330 --down 780 --rtt 200 && bin/index.js stop
3535
- name: Test localhost
36-
run: bin/index.js --rtt 200 --localhost && bin/index.js stop --localhost
36+
run: LOG_THROTTLE=true bin/index.js --rtt 200 --localhost && bin/index.js stop --localhost
3737
- name: Test config file
38-
run: bin/index.js --config test/config.json && bin/index.js stop
38+
run: LOG_THROTTLE=true bin/index.js --config test/config.json && bin/index.js stop
3939
- name: Test packet loss
4040
run: bin/index.js throttle --up 330 --down 780 --rtt 200 --packetLoss 10 && bin/index.js stop
4141
- name: Test packet loss and profile

0 commit comments

Comments
 (0)