-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bc74688
commit 10ce964
Showing
2 changed files
with
7 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -34,17 +34,11 @@ jobs: | |
- name: setup env | ||
uses: ./.github/actions/build_env | ||
|
||
# - uses: Swatinem/[email protected] | ||
# with: | ||
# shared-key: "libra-framework" | ||
# cache-all-crates: true | ||
|
||
- name: install prover dependencies | ||
run: | | ||
bash util/dev_setup.sh -byp | ||
# Move framework tests | ||
# TODO: | ||
# Move prover tests | ||
- name: prover tests | ||
working-directory: ./framework | ||
run: make prove | ||
run: make -f prover.mk prove |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters