Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Run tests before builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Parkanyi committed Aug 17, 2018
1 parent b23cee2 commit b2dbfc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Expand Up @@ -54,6 +54,7 @@ jobs:
- run:
name: Build static binary
command: |
cargo test --target=x86_64-unknown-linux-musl --release || exit 1
cargo build --target=x86_64-unknown-linux-musl --release || exit 1
- save_cache:
Expand Down

0 comments on commit b2dbfc1

Please sign in to comment.