Skip to content

Commit

Permalink
test formal
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Oct 5, 2023
1 parent 819ef46 commit e401ff0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/formal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,21 @@ jobs:
formal:
runs-on: ubuntu-latest
steps:
# NOTE: for debugging CI this allow shell access to github runner. Will print out tmate.io terminal url
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
with:
detached: true
timeout-minutes: 15

- uses: actions/checkout@v3
- name: setup env
uses: ./.github/actions/build_env

- name: install prover dependencies
run: ./scripts/dev_setup.sh -ypb
run: >
wget https://raw.githubusercontent.com/0LNetworkCommunity/diem/release/scripts/dev_setup.sh
. dev_setup.sh -ypb
- name: install diem (for move tests)
run: >
Expand Down

0 comments on commit e401ff0

Please sign in to comment.