Skip to content

Commit

Permalink
Go support in GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeytimoshin committed Feb 23, 2024
1 parent 523a02b commit c2ff406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
with:
go-version-file: './gnark-prover/go.mod'
- name: Build
run: cd gnark prover && go build
run: |
cd gnark prover
go build
- name: Build and test
run: |
Expand Down

0 comments on commit c2ff406

Please sign in to comment.