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

Merge pull request #2 from torsion-labs/hlint #3

Merge pull request #2 from torsion-labs/hlint

Merge pull request #2 from torsion-labs/hlint #3

Workflow file for this run

name: "Test"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install arkworks-bridge
uses: jaxxstorm/[email protected]
with:
repo: torsion-labs/arkworks-bridge
tag: v0.2.0
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v12
with:
name: martyall
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- run: |
mkdir scripts
nix develop --command cabal run tests