Change log_idx to u32 in get_log #1712
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: circuit tests | |
on: [push, merge_group] | |
jobs: | |
test: | |
name: nargo test | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Install Nargo | |
uses: noir-lang/noirup@v0.1.3 | |
with: | |
toolchain: 0.31.0 | |
- name: Run nargo test | |
run: nargo test --workspace |