Skip to content

Commit

Permalink
Resolve two more issues
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jan 13, 2021
1 parent a3b10ce commit ccd5521
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
run: ci_run zk test js

- name: zksync-crypto-tests
run: |
# "bash -c" because docker doesn't support "cd" command directly.
ci_run bash -c "cd /usr/src/zksync/sdk/zksync-crypto && zk f cargo test --release"
run: ci_run bash -c "cd /usr/src/zksync/sdk/zksync-crypto && zk f cargo test --release"

- name: rust-unit-tests
run: ci_run zk test rust
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/zk/src/test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function rustApi(reset: boolean, ...args: string[]) {
await runOnTestDb(
reset,
'core/bin/zksync_api',
`cargo test --release -p zksync_api -- --ignored --nocapture
`cargo test --release -p zksync_api -- --ignored --nocapture api_server
${args.join(' ')}`
);
}
Expand Down

0 comments on commit ccd5521

Please sign in to comment.