mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Store test results.
This commit is contained in:
parent
55bffcc758
commit
4777fefc09
@ -81,12 +81,15 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
name: Commandline tests
|
name: Commandline tests
|
||||||
command: test/cmdlineTests.sh
|
command: test/cmdlineTests.sh
|
||||||
|
- run: mkdir -p test_results
|
||||||
- run:
|
- run:
|
||||||
name: Test without optimizer (exclude IPC tests)
|
name: Test without optimizer (exclude IPC tests)
|
||||||
command: build/test/soltest --show-progress -- --no-ipc
|
command: build/test/soltest --logger=JUNIT,test_suite,test_results/no_opt.xml -- --no-ipc
|
||||||
- run:
|
- run:
|
||||||
name: Test with optimizer (exclude IPC tests)
|
name: Test with optimizer (exclude IPC tests)
|
||||||
command: build/test/soltest --show-progress -- --optimize --no-ipc
|
command: build/test/soltest --logger=JUNIT,test_suite,test_results/opt.xml -- --optimize --no-ipc
|
||||||
|
- store_test_results:
|
||||||
|
path: test_results/
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
version: 2
|
version: 2
|
||||||
|
Loading…
Reference in New Issue
Block a user