Skip to content

Commit

Permalink
Merge branch 'main' into 'mopro-wasm' and resolve conflicts in Cargo.…
Browse files Browse the repository at this point in the history
…lock
  • Loading branch information
sifnoc committed Dec 3, 2024
2 parents 71a61bc + a5ca051 commit b403703
Show file tree
Hide file tree
Showing 118 changed files with 3,738 additions and 3,518 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ jobs:

- name: Check formatting
run: cargo fmt --all -- --check

cli:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- uses: actions/checkout@v4
- name: Install cli
run: |
cd cli
cargo install --path .
mopro --help
test-ffi-halo2:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit b403703

Please sign in to comment.