Skip to content

Commit

Permalink
disabling coverage to check if the build succeeds on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0x777 committed Oct 21, 2019
1 parent e0570a5 commit e89e89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ jobs:
make ci-binary
else
echo "Non-release branch, non-optimized build with coverage"
BUILD_FLAGS="--fast --coverage" make ci-binary
BUILD_FLAGS="--fast" make ci-binary
fi
- run:
name: Build the docker image
Expand Down

0 comments on commit e89e89f

Please sign in to comment.