Skip to content

Commit 249ccc8

Browse files
authored
Merge pull request #193 from o1-labs/mimoo/permut
[kimchi] fix bugs and abstraction for permutation's shifts
2 parents c9ead7f + 923799b commit 249ccc8

File tree

7 files changed

+497
-413
lines changed

7 files changed

+497
-413
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ jobs:
2929
- name: build ocaml types
3030
run: |
3131
cargo build --features ocaml_types
32+
33+
- name: Run cargo fmt
34+
run: |
35+
cargo fmt

0 commit comments

Comments
 (0)