Fix same syntax error in another location

Hey, look, Windows builds ain't THAT important, yeah?
This commit is contained in:
Cerapter 2021-05-04 07:57:56 +02:00 committed by GitHub
parent 07f5b265d2
commit 4137d1a750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ jobs:
mv bin\config_sample bin\config
- name: Run tests
run |
run: |
for test in bin_tests/; do
./$test
done;