Skip to content

Commit 9367565

Browse files
noel2004georgehao
andauthored
[Refactor] Universal task (#1680)
Co-authored-by: georgehao <[email protected]>
1 parent d2f7663 commit 9367565

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+2972
-9067
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Cache cargo
4242
uses: Swatinem/rust-cache@v2
4343
with:
44-
workspaces: "common/libzkp/impl -> target"
44+
workspaces: ". -> target"
4545
# - name: Lint
4646
# working-directory: 'common'
4747
# run: |

.github/workflows/coordinator.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ jobs:
113113
working-directory: 'coordinator'
114114
run: |
115115
make libzkp
116-
# go test -exec "env LD_LIBRARY_PATH=${PWD}/../common/libzkp/lib" -v -race -gcflags="-l" -ldflags="-s=false" -coverpkg="scroll-tech/coordinator" -coverprofile=coverage.txt -covermode=atomic ./...
117116
go test -v -race -gcflags="-l" -ldflags="-s=false" -coverprofile=coverage.txt -covermode=atomic -tags mock_verifier ./...
118117
- name: Upload coverage reports to Codecov
119118
uses: codecov/codecov-action@v3

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
make dev_docker
3939
make -C rollup mock_abi
4040
make -C common/bytecode all
41-
make -C common/libzkp/impl build
41+
make -C coordinator/internal/logic/libzkp build
4242
- name: Run integration tests
4343
run: |
4444
go test -v -tags="mock_prover mock_verifier" -p 1 -coverprofile=coverage.txt scroll-tech/integration-test/...

0 commit comments

Comments
 (0)