mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-20 13:17:49 -06:00
Local testing via Makefile & Docker (#19981)
This commit is contained in:
parent
26ac992242
commit
1cceae89cd
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