Merge pull request #16 from Pwnzer0tt1/dev-nfproxy

re-integrated automatic test execution
This commit is contained in:
Domingo Dirutigliano
2025-02-18 23:15:58 +01:00
committed by GitHub

View File

@@ -20,6 +20,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Build and run firegex
run: python3 start.py start -P testpassword
- name: Run tests
run: cd tests && ./run_tests.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@master
with: