mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Fix local execution of run-tests.sh script
Signed-off-by: Antonio Niño Díaz <antonio_nd@outlook.com>
This commit is contained in:
@@ -10,4 +10,5 @@ compiler:
|
||||
- clang
|
||||
- gcc
|
||||
script:
|
||||
- ./test/run-tests.sh
|
||||
- cd test
|
||||
- ./run-tests.sh
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
|
||||
set -e
|
||||
|
||||
cd test
|
||||
|
||||
# Tests included with the repository
|
||||
|
||||
pushd asm
|
||||
|
||||
Reference in New Issue
Block a user