Skip to content

Merge pull request #32 from vlayer-xyz/vlayer-main-split-into-submodules #10

Merge pull request #32 from vlayer-xyz/vlayer-main-split-into-submodules

Merge pull request #32 from vlayer-xyz/vlayer-main-split-into-submodules #10

Workflow file for this run

name: tests
on: [push]
jobs:
test:
name: nargo test
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: 0.24.0
- name: Run nargo test
run: nargo test