Simplify test execution by removing redundant chmod command in workflow
All checks were successful
/ test (push) Successful in 14s

This commit is contained in:
2026-03-05 05:45:29 +01:00
parent 02a3236492
commit 47059ec39c

View File

@@ -11,6 +11,4 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
- name: Run tests - name: Run tests
run: | run: ./run-tests.sh
chmod +x ./run-tests.sh
./run-tests.sh