Skip to content

Commit

Permalink
feat: sync circuit
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Jan 31, 2024
1 parent dc7b740 commit 6c8189c
Show file tree
Hide file tree
Showing 41 changed files with 2,906 additions and 1,742 deletions.
16 changes: 15 additions & 1 deletion .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master

# TODO: beefy machine for tests
jobs:
lint:
name: "Lint"
Expand Down Expand Up @@ -32,5 +33,18 @@ jobs:
- name: "Install cargo-nextest"
run: cargo install cargo-nextest
- name: "Run tests"
run: cargo nextest run --workspace --locked
run: cargo nextest run --workspace --locked --no-default-features

test-beefy-proofs:
name: "Test Beefy Proofs"
runs-on:
group: beefygroup
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions-rust-lang/setup-rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
- name: "Install cargo-nextest"
run: cargo install cargo-nextest
- name: "Run tests"
run: cargo nextest run --workspace --locked --no-default-features
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
**/target
/vendor
/build/*

.direnv

Expand Down
Loading

0 comments on commit 6c8189c

Please sign in to comment.