Skip to content

Commit

Permalink
ci: debug coverage file size
Browse files Browse the repository at this point in the history
  • Loading branch information
antomor committed Sep 15, 2023
1 parent 80e42b3 commit 58011d0
Showing 1 changed file with 47 additions and 47 deletions.
94 changes: 47 additions & 47 deletions .github/workflows/ci-iov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,57 +57,57 @@ jobs:
- name: prover-unit-tests
run: ci_run zk test prover

- name: contracts-unit-tests
run: ci_run zk test contracts
# - name: contracts-unit-tests
# run: ci_run zk test contracts

- name: witness-generator-unit-tests
run: ci_run zk test witness-generator
# - name: witness-generator-unit-tests
# run: ci_run zk test witness-generator

- name: server-rust-unit-tests
run: ci_run zk test server-rust
# - name: server-rust-unit-tests
# run: ci_run zk test server-rust

- name: db-unit-tests
run: ci_run zk test db
# - name: db-unit-tests
# run: ci_run zk test db

- name: rust-api-unit-tests
run: ci_run zk test rust-api

- name: start-services (rskj, postgres, zk)
run: |
docker-compose -f docker-compose-runner.yml down
docker-compose -f docker-compose-runner.yml pull
docker-compose -f docker-compose-runner.yml up --build -d rskj postgres zk
ci_run sccache --start-server &
- name: run zk init
run: |
ci_run zk
ci_run zk init
- name: restart dev-ticker
run: docker-compose -f docker-compose-runner.yml restart dev-ticker

- name: run-services
run: |
ci_run zk server core &>server.log &
ci_run zk server api &>api.log &
ci_run sleep 10
ci_run zk dummy-prover run &>dummy_prover.log &
ci_run sleep 100
- name: server-integration-tests
run: ci_run zk test i server

- name: api-integration-tests
run: |
ci_run zk test i api
ci_run zk test i api-docs
- name: rust-sdk-integration-tests
run: ci_run zk test i rust-sdk

- name: withdrawal-helpers-integration-tests
run: ci_run zk test i withdrawal-helpers
# - name: rust-api-unit-tests
# run: ci_run zk test rust-api

# - name: start-services (rskj, postgres, zk)
# run: |
# docker-compose -f docker-compose-runner.yml down
# docker-compose -f docker-compose-runner.yml pull
# docker-compose -f docker-compose-runner.yml up --build -d rskj postgres zk
# ci_run sccache --start-server &

# - name: run zk init
# run: |
# ci_run zk
# ci_run zk init

# - name: restart dev-ticker
# run: docker-compose -f docker-compose-runner.yml restart dev-ticker

# - name: run-services
# run: |
# ci_run zk server core &>server.log &
# ci_run zk server api &>api.log &
# ci_run sleep 10
# ci_run zk dummy-prover run &>dummy_prover.log &
# ci_run sleep 100

# - name: server-integration-tests
# run: ci_run zk test i server

# - name: api-integration-tests
# run: |
# ci_run zk test i api
# ci_run zk test i api-docs

# - name: rust-sdk-integration-tests
# run: ci_run zk test i rust-sdk

# - name: withdrawal-helpers-integration-tests
# run: ci_run zk test i withdrawal-helpers

- name: Show logs
if: always()
Expand Down

0 comments on commit 58011d0

Please sign in to comment.