modifying
CI / build-and-test (push) Failing after 18s

This commit is contained in:
2026-06-09 11:34:10 +02:00
parent bf14ca7264
commit 1a2e916d6a
+2 -1
View File
@@ -12,7 +12,8 @@ jobs:
uses: actions/checkout@v4
- name:
run: |
make install
make;
make install;
sh maketestenv.sh
- name: Run tests
run: |