re-integrated automatic test execution

This commit is contained in:
Domingo Dirutigliano
2025-02-18 23:14:12 +01:00
parent 16f6b6a8fb
commit 0dfd36c17d

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: