Skip to content

Commit

Permalink
fix: ci tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed Apr 17, 2024
1 parent 40bf1b2 commit fb09fbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
run: |
export PROVIDER_URI=${{ secrets.PROVIDER_URI_SEPOLIA }}
mkdir data
cargo run --example keccak -- --input sdk/data/keccak_input.json --config sdk/data/keccak_config.json --aggregate --auto-config-aggregation keygen
cargo run --example keccak -- --input sdk/data/keccak_input.json --config sdk/data/keccak_config.json --aggregate run
cargo run --example rlc -- -c sdk/data/rlc_config.json keygen
cargo run --example rlc -- --input sdk/data/rlc_input.json run
cargo run --example account_age -- -k 15 keygen
cargo run --example account_age -- --input sdk/data/account_age_input.json run
cargo run --example quickstart -- -k 15 keygen
cargo run --example quickstart -- --input sdk/data/quickstart_input.json run
cargo run --example keccak -- run --input sdk/data/keccak_input.json --config sdk/data/keccak_config.json --aggregate --auto-config-aggregation keygen
cargo run --example keccak -- run --input sdk/data/keccak_input.json --config sdk/data/keccak_config.json --aggregate run
cargo run --example rlc -- run -c sdk/data/rlc_config.json keygen
cargo run --example rlc -- run --input sdk/data/rlc_input.json run
cargo run --example account_age -- run -k 15 keygen
cargo run --example account_age -- run --input sdk/data/account_age_input.json run
cargo run --example quickstart -- run -k 15 keygen
cargo run --example quickstart -- run --input sdk/data/quickstart_input.json run

0 comments on commit fb09fbe

Please sign in to comment.