Skip to content

Commit

Permalink
try ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
winston-h-zhang committed Aug 17, 2023
1 parent fdbd0b1 commit 11fa45b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,20 @@ jobs:
- name: Doctests
run: |
cargo test --doc --workspace --profile dev-ci
# make sure circom integration works
circom-integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
- uses: actions/checkout@v3
with:
repository: iden3/circomlib
path: "./"
- run: cargo run --release -- circom --name sha256_2_test ./circomlib/tests/circuits/sha256_2_test.circom
- run: cargo run --release --example circom

clippy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 11fa45b

Please sign in to comment.