mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +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
|
- clang
|
||||||
- gcc
|
- gcc
|
||||||
script:
|
script:
|
||||||
- ./test/run-tests.sh
|
- cd test
|
||||||
|
- ./run-tests.sh
|
||||||
|
|||||||
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd test
|
|
||||||
|
|
||||||
# Tests included with the repository
|
# Tests included with the repository
|
||||||
|
|
||||||
pushd asm
|
pushd asm
|
||||||
|
|||||||
Reference in New Issue
Block a user