Skip to content

Commit

Permalink
Add building examples to main CI/CD workflow (#426)
Browse files Browse the repository at this point in the history
* Add building examples to main CI/CD workflow

* Examples path fixed

---------

Co-authored-by: MBarwicki <[email protected]>
  • Loading branch information
stranger80 and MBarwicki authored Oct 12, 2023
1 parent 6a543f0 commit 77df1fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main_ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,9 @@ jobs:
- name: Test Account with mocks
run: echo "Skip for now - until account tests stable"
#run: cd account && go test -v . -env mock

# Build examples
- name: Build examples
run: |
cd examples/deployAccount && go build
cd ../simpleCall && go build

0 comments on commit 77df1fc

Please sign in to comment.