Local testing via Makefile & Docker (#19981)
This commit is contained in:
committed by
Scott Lahteine
parent
180fe914b6
commit
1c81a126c5
6
.github/workflows/test-builds.yml
vendored
6
.github/workflows/test-builds.yml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user