We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b182ed3 commit 22bbc49Copy full SHA for 22bbc49
.circleci/config.yml
@@ -1377,11 +1377,18 @@ jobs:
1377
<<: *base_ubuntu2404_arm_medium
1378
parallelism: 8 # Should match number of tests in .circleci/parallel_cli_tests.py
1379
steps:
1380
+ - checkout
1381
+ - attach_workspace:
1382
+ at: build
1383
- run:
1384
name: Create symbolic link with expected solc binary name
1385
command: |
1386
ln --symbolic --relative build/solc/solc-static-linux-arm build/solc/solc
- - cmdline_tests
1387
+ - run_cmdline_tests
1388
+ - store_test_results:
1389
+ path: test_results/
1390
+ - store_artifacts_test_results
1391
+ - matrix_notify_failure_unless_pr
1392
1393
t_ubu_force_release_cli: &t_ubu_force_release_cli
1394
<<: *t_ubu_cli
0 commit comments