Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FReak4L authored Sep 27, 2024
1 parent 03bc49e commit 2315e2f
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@ name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
pull_request:
branches: [ "main" ]

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y iperf3 iproute2 jq
- name: make
run: make
- name: Run tests
run: |
sudo ./src/tcp_connect_time localhost 80 || true
sudo ./src/optimize_tcp_params localhost 80 || true
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y iperf3 iproute2 jq
- name: make
run: make
- name: Run tests
run: |
sudo ./src/tcp_connect_time localhost 80 || true
sudo ./src/optimize_tcp_params localhost 80 || true

0 comments on commit 2315e2f

Please sign in to comment.