Skip to content

Commit

Permalink
Improve syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Mar 9, 2021
1 parent 6d19dc2 commit 65fce88
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 @@ -777,7 +777,7 @@ jobs:
command: |
for C in ./contracts/*/
do
echo -n "Compiling `basename $C`... "
echo "Compiling `basename $C`..."
(cd $C && cargo build --release --target wasm32-unknown-unknown --locked)
done
- run:
Expand All @@ -792,7 +792,7 @@ jobs:
- target
key: cargocache-wasm-rust:1.50.0-{{ checksum "~/project/Cargo.lock" }}
- run:
name: Compile wasm files
name: Check wasm contracts
command: |
for W in ./target/wasm32-unknown-unknown/release/*.wasm
do
Expand Down

0 comments on commit 65fce88

Please sign in to comment.