Skip to content

test

test #68

Workflow file for this run

name: Tests
on: [ push ]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run tests
working-directory: ${{github.workspace}}/tests
run: ./run_tests.sh
docker-setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo modprobe wireguard
- name: Run docker test
working-directory: ${{github.workspace}}/tests
run: ./docker.sh