femtoTCP/.forgejo/workflows/linux.yml
Daniele Lacamera 6203d6a57e
All checks were successful
/ unit_test (push) Successful in 44s
Added TLS support + tests
2024-12-20 23:31:50 +01:00

33 lines
529 B
YAML

Name: Linux interop tests
on:
push:
branches: [ 'master', 'main', 'release/**' ]
pull_request:
branches: [ '*' ]
jobs:
unit_test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Update repo
run: |
sudo apt-get update
sudo modprobe tun
- name: Build linux tests
run: |
mkdir -p build/port
make
- name: Run interop tests
run: |
sudo build/test