Skip to content

Commit

Permalink
[ci] Fix circleci script
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Jul 21, 2023
1 parent 9c9a9d0 commit 93e09bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -654,6 +654,9 @@ workflows:
<<: *requires_3
<<: *only_master_develop
# master, develop: level 5, closing job
- remaining_tests:
<<: *requires_4
<<: *only_master_develop
- coverage:
<<: *requires_4
<<: *only_master_develop
Expand Down
4 changes: 4 additions & 0 deletions .circleci/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ EXIT_STATUS=$?

cd ..

if [ "$#" -ge 0 ]; then
TEST_NAME=remaining
fi

mkdir $COVERAGE_DIR/$TEST_NAME

files=$(find $BOOST_DIR/bin.v2/ -name "*.gcda")
Expand Down

0 comments on commit 93e09bf

Please sign in to comment.