Skip to content

Commit

Permalink
Merge pull request #27 from availproject/will/grid-refactor
Browse files Browse the repository at this point in the history
WIP refactor of `avail-core` and proof generation
  • Loading branch information
fmiguelgarcia authored Jul 31, 2023
2 parents fcac624 + 9b6159a commit 3e97252
Show file tree
Hide file tree
Showing 78 changed files with 5,080 additions and 2,812 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on:
branches:
- main
- develop
- will/grid-refactor
pull_request:
branches:
- main
- develop
- will/grid-refactor

jobs:
build_and_test:
Expand Down Expand Up @@ -45,11 +47,17 @@ jobs:
command: fmt
args: --check

- name: Check Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --workspace --features "avail-core/runtime"

- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace
args: --workspace --features "avail-core/runtime"
env:
RUSTFLAGS: "-C instrument-coverage"
LLVM_PROFILE_FILE: "profile-%p-%m.profraw"
Expand Down
Loading

0 comments on commit 3e97252

Please sign in to comment.