testability: bench test commands should have automated coverage using simulator #5562
This commit is contained in:
parent
6182d7e3fa
commit
2c59859e1f
|
@ -29,6 +29,10 @@ jobs:
|
|||
working-directory: ./java_tools
|
||||
run: ./gradlew shadowJar
|
||||
|
||||
- name: Gradle autotest java
|
||||
working-directory: ./java_tools
|
||||
run: ./gradlew :autotest:shadowJar
|
||||
|
||||
- name: Print GCC version
|
||||
working-directory: .
|
||||
run: gcc -v
|
||||
|
@ -50,6 +54,10 @@ jobs:
|
|||
working-directory: ./simulator/
|
||||
run: ./build/rusefi_simulator 10
|
||||
|
||||
- name: Run Simulator Functional Test
|
||||
working-directory: ./simulator/
|
||||
run: java -cp ../java_console/autotest/build/libs/autotest-all.jar com.rusefi.SimulatorFunctionalTestLauncher start
|
||||
|
||||
- name: Reset git
|
||||
run: |
|
||||
git reset --hard
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
flash*.bin
|
||||
rusefi_tool.log
|
||||
|
|
Loading…
Reference in New Issue