debug flag checked

This commit is contained in:
Mark McCaskey 2019-03-20 10:41:06 -07:00
parent afad1b83d8
commit 95fc436831

View File

@ -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: