fix: README changed + fixed CI testing using the new auto-build feature of start.py

This commit is contained in:
Domingo Dirutigliano
2024-10-01 02:02:59 +02:00
parent e21554f0af
commit fffc9e3b89
2 changed files with 4 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4
- name: Build and run firegex
run: python3 start.py -b start --psw-no-interactive testpassword
run: python3 start.py start --psw-no-interactive testpassword
- name: Run tests
run: cd tests && ./run_tests.sh