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 dce1fa9 commit 0a02511Copy full SHA for 0a02511
.circleci/config.yml
@@ -1373,11 +1373,18 @@ jobs:
1373
<<: *base_ubuntu2404_arm_medium
1374
parallelism: 8 # Should match number of tests in .circleci/parallel_cli_tests.py
1375
steps:
1376
+ - checkout
1377
+ - attach_workspace:
1378
+ at: build
1379
- run:
1380
name: Create symbolic link with expected solc binary name
1381
command: |
1382
ln --symbolic --relative build/solc/solc-static-linux-arm build/solc/solc
- - cmdline_tests
1383
+ - run_cmdline_tests
1384
+ - store_test_results:
1385
+ path: test_results/
1386
+ - store_artifacts_test_results
1387
+ - matrix_notify_failure_unless_pr
1388
1389
t_ubu_force_release_cli: &t_ubu_force_release_cli
1390
<<: *t_ubu_cli
0 commit comments