|
|
@ -130,6 +130,7 @@ jobs:
|
|
|
|
timeout-minutes: 10
|
|
|
|
timeout-minutes: 10
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
DISPLAY: :0
|
|
|
|
DISPLAY: :0
|
|
|
|
|
|
|
|
TERM: xterm-256color
|
|
|
|
run: python ci/run-tests.py --keep-status "${{ env.DF_FOLDER }}"
|
|
|
|
run: python ci/run-tests.py --keep-status "${{ env.DF_FOLDER }}"
|
|
|
|
- name: Check RPC interface
|
|
|
|
- name: Check RPC interface
|
|
|
|
run: python ci/check-rpc.py "${{ env.DF_FOLDER }}/dfhack-rpc.txt"
|
|
|
|
run: python ci/check-rpc.py "${{ env.DF_FOLDER }}/dfhack-rpc.txt"
|
|
|
|