mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-12-29 02:40:41 -07:00
Local testing via Makefile & Docker (#19981)
This commit is contained in:
parent
180fe914b6
commit
1c81a126c5
59 changed files with 418 additions and 226 deletions
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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue