File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ jobs:
94
94
pip3 install -e .[evm]
95
95
96
96
if [ ${{ matrix.python-version }} == '3.9' ]; then
97
- rm -rf qiling/engine
97
+ rm -rf tests/test_evm.py
98
98
fi
99
99
100
100
if [ ${{ matrix.os }} == 'ubuntu-20.04' ]; then
101
- docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "rm -rf qiling/engine && cd tests && ./test_onlinux.sh"
101
+ docker run -it --rm -v ${GITHUB_WORKSPACE}:/qiling qilingframework/qiling:dev bash -c "rm -rf tests/test_evm.py && cd tests && ./test_onlinux.sh"
102
102
else
103
103
pip3 install setuptools wheel
104
104
cd tests && ./test_onlinux.sh
Original file line number Diff line number Diff line change @@ -13,3 +13,7 @@ python3 ./test_uefi.py &&
13
13
python3 ./test_shellcode.py &&
14
14
python3 ./test_edl.py &&
15
15
python3 ./test_qnx.py && echo " Done OS Test"
16
+
17
+ if [ -f ./test_evm.py ]; then
18
+ python3 ./test_evm.py && echo " Done EVM test"
19
+ fi
You can’t perform that action at this time.
0 commit comments