Skip to content

Commit

Permalink
debug flag checked
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Mar 20, 2019
1 parent afad1b8 commit 95fc436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ jobs:
echo "${CIRCLE_TAG}" >> artifacts/git_version
cp ./target/release/wasmer ./artifacts/$(./binary-name.sh)
- run:
name: Debug release build
name: Debug flag checked
command: |
make debug-release
cargo check --features "debug"
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 95fc436

Please sign in to comment.