Fixup run command

This commit is contained in:
Szymon Uglis 2021-02-22 00:29:19 +01:00
parent a35fb4188e
commit 5e7ca8b1f7
No known key found for this signature in database
GPG key ID: 112376C5BEE91FE2

View file

@ -33,7 +33,7 @@ jobs:
- name: Unit tests
working-directory: ./nyxx/test
run: dart run test unit.dart
run: dart test unit.dart
- name: Compile tests
working-directory: ./nyxx/test