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

Commit

Permalink
feat: wip ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Sep 12, 2024
1 parent 9f65daf commit 0e4bc59
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2023-11-10
components: rust-src
- name: Checkout
uses: actions/checkout@v4
with:
Expand All @@ -49,7 +50,9 @@ jobs:
cargo install cargo-ledger
cargo ledger setup
- name: Checkout ironfish repo
run: git clone https://github.com/iron-fish/ironfish.git
run: |
git clone https://github.com/iron-fish/ironfish.git
git checkout feat/hughy/make-test-witness
- name: Build ironfish
run: |
cd ironfish
Expand All @@ -58,4 +61,14 @@ jobs:
yalc publish
- name: Build app
run: |
make build
make build
- name: Install zemu deps
run: |
cd js
yalc add @ironfish/rust-nodejs
cd ../tests_zemu
yalc add @ironfish/rust-nodejs
cd ..
make zemu_install
- name: Run tests
run: make zemu_test

0 comments on commit 0e4bc59

Please sign in to comment.