💚 Fix Teensy CI test (#23433)

This commit is contained in:
Jason Smith 2022-01-02 19:17:19 -08:00 committed by GitHub
parent 397c751d55
commit 6fd48a9881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ exec_test $1 $2 "Teensy3.1 with default config" "$3"
# Zero endstops, as with a CNC # Zero endstops, as with a CNC
# #
restore_configs restore_configs
opt_set MOTHERBOARD BOARD_TEENSY31_32 opt_set MOTHERBOARD BOARD_TEENSY31_32 X_HOME_DIR 0 Y_HOME_DIR 0 Z_HOME_DIR 0
opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG opt_disable USE_XMIN_PLUG USE_YMIN_PLUG USE_ZMIN_PLUG
exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3" exec_test $1 $2 "Teensy3.1 with Zero Endstops" "$3"