Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

feat: add examples of ecdsa_secp256k1 and ed25519 #19

feat: add examples of ecdsa_secp256k1 and ed25519

feat: add examples of ecdsa_secp256k1 and ed25519 #19

Workflow file for this run

name: test
on:
pull_request:
branches: [main]
push:
branches: [main]
workflow_dispatch:
jobs:
nargo:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nargo
uses: noir-lang/[email protected]
with:
toolchain: nightly
- name: Run nargo test
run: |
nargo test