Skip to content

Commit

Permalink
Remove ashlang (#309)
Browse files Browse the repository at this point in the history
* refactor: remove ashlang

* fix(ci): remove ashlang test

* fix: re-add e2e tests
  • Loading branch information
chancehudson authored Jan 30, 2025
1 parent cc08bb5 commit 7988f10
Show file tree
Hide file tree
Showing 15 changed files with 162 additions and 886 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,6 @@ jobs:
override: true
- name: Run ffi circom tests
run: cd mopro-ffi && cargo test --features circom --no-default-features
test-ffi-ashlang:
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 Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Run ffi ashlang tests
run: cd mopro-ffi && cargo test --features ashlang --no-default-features
setup-halo2-wasm-env:
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
Expand Down
Loading

0 comments on commit 7988f10

Please sign in to comment.