Skip to content

Commit

Permalink
update formal yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
0o-de-lally committed Nov 9, 2023
1 parent e17ade6 commit 4b4c205
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/formal.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: formal verification
on:
push:
branches: ["ci*"]
branches:
- "ci*"
- "formal"
# tags:
# - '[0-9]+.[0-9]+.[0-9]+'
# - '[0-9]+.[0-9]+.[0-9]+-rc.[0-9]+'
Expand Down Expand Up @@ -33,10 +35,7 @@ jobs:

- name: install prover dependencies
run: >
cd .. &&
git clone https://github.com/0LNetworkCommunity/diem.git &&
cd diem &&
./scripts/dev_setup.sh -ypb
bash util/dev_setup.sh -by
- name: install diem (for move tests)
run: >
Expand Down

0 comments on commit 4b4c205

Please sign in to comment.