Skip to content

Commit f4e423d

Browse files
committed
chore: update Coverage CI
1 parent bc5a7f2 commit f4e423d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
run: cargo install cargo-tarpaulin
193193
- name: Run coverage
194194
run: |
195-
cargo tarpaulin --out Html --output-dir ./coverage -- --test-threads 1
195+
cargo tarpaulin --engine llvm --timeout 300 --out Html --output-dir ./coverage -- --test-threads 1
196196
- name: Upload coverage reports
197197
uses: actions/upload-artifact@v7
198198
with:

rln-wasm/tests/browser.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ mod test {
5050
}
5151

5252
let mut results = String::from("\nBenchmarks:\n");
53-
let iterations = 3;
53+
let iterations = 5;
5454

5555
let zkey = Uint8Array::from(ARKZKEY_BYTES);
5656
let graph = Uint8Array::from(GRAPH_BYTES);

0 commit comments

Comments
 (0)