Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
- Updated usages of f script
- Updated docker entrypoints
- Removed scripts in bin and Makefile
  • Loading branch information
ly0va committed Oct 30, 2020
1 parent a9e2016 commit ad1cca6
Show file tree
Hide file tree
Showing 60 changed files with 15 additions and 1,415 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
zk dummy-prover ensure-disabled
cargo fmt --all -- --check
# For some reason, `cargo clippy` currently doesn't work in sqlx offline mod. So, we're checking it in online mode.
f cargo clippy --tests --benches -- -D warnings
zk f cargo clippy --tests --benches -- -D warnings
pushd sdk/zksync-crypto
cargo fmt -- --check
cargo clippy --all --tests --benches -- -D warnings
Expand All @@ -57,7 +57,7 @@ jobs:
run: zk test rust

- name: zksync-crypto-tests
run: pushd sdk/zksync-crypto && f cargo test --release
run: pushd sdk/zksync-crypto && zk f cargo test --release

services:
geth:
Expand Down
310 changes: 0 additions & 310 deletions Makefile

This file was deleted.

10 changes: 0 additions & 10 deletions bin/.confirm_action

This file was deleted.

47 changes: 0 additions & 47 deletions bin/.setup_env

This file was deleted.

5 changes: 0 additions & 5 deletions bin/add-fau-token-rinkeby.sh

This file was deleted.

Loading

0 comments on commit ad1cca6

Please sign in to comment.