Local testing via Makefile & Docker (#19981)

This commit is contained in:
Costas Basdekis 2020-11-18 02:04:28 +00:00 committed by GitHub
parent 26ac992242
commit 1cceae89cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
59 changed files with 418 additions and 226 deletions

View file

@ -119,8 +119,4 @@ jobs:
- name: Run ${{ matrix.test-platform }} Tests
run: |
# Inline tests script
chmod +x buildroot/bin/*
chmod +x buildroot/tests/*
export PATH=./buildroot/bin/:./buildroot/tests/:${PATH}
run_tests . ${{ matrix.test-platform }}
make tests-single-ci TEST_TARGET=${{ matrix.test-platform }}