Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeljy committed Oct 11, 2023
1 parent a7b8800 commit a7103b9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
checks: write
contents: read

submodules:
name: Compile Kakarot contracts
uses: ./.github/workflows/kakarot.yml
# submodules:
# name: Compile Kakarot contracts
# uses: ./.github/workflows/kakarot.yml

tests:
name: Rust tests
uses: ./.github/workflows/test.yml
needs: submodules
# needs: submodules
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- name: Load compiled kakarot contracts
id: cached-contracts
uses: actions/cache/restore@v3
with:
path: ./lib/kakarot/build
key: ${{ runner.os }}-contracts
- name: Setup rust env
uses: actions-rs/toolchain@v1
with:
Expand All @@ -32,6 +26,10 @@ jobs:
uses: Swatinem/rust-cache@v2
- name: fetch ef tests
run: make setup
- name: fetch Kakarot
run: make setup-kakarot
env:
GITHUB_TOKEN: ${{ github.token }}
- uses: taiki-e/install-action@nextest
- name: run tests
run: make tests

0 comments on commit a7103b9

Please sign in to comment.