Skip to content

Remove rapidsnark_asm build tag and update rapidsnark libraries to latest #46

Remove rapidsnark_asm build tag and update rapidsnark libraries to latest

Remove rapidsnark_asm build tag and update rapidsnark libraries to latest #46

name: test prover default linux build
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
test:
strategy:
matrix:
go-version: [ 1.18.x ]
runs-on: ubuntu-latest
steps:
- name: Install Go
if: success()
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
cache: false
- name: Checkout code
uses: actions/checkout@v2
- name: Print CPU Info
run: cat /proc/cpuinfo
- name: Run tests
run: cd tests && go test -v -covermode=count