Skip to content

tests: commands: only use one subtest (#322) #269

tests: commands: only use one subtest (#322)

tests: commands: only use one subtest (#322) #269

name: multipath-tcp.org kernel
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: dependencies
run: sudo apt-get -y install autoconf-archive git libell-dev
- name: bootstrap
run: ./bootstrap
- name: configure
run: ./configure --with-kernel=multipath-tcp.org
- name: make
run: make -j$(nproc)