Skip to content

Commit

Permalink
ci: stub for beefy machine
Browse files Browse the repository at this point in the history
  • Loading branch information
dndll committed Jan 30, 2024
1 parent 6808b15 commit 90aaab5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 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: 0 additions & 1 deletion succintx.json → succinct.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"$schema": "https://raw.githubusercontent.com/succinctlabs/succinctx/main/assets/schema.json",
"entrypoints": [
{
"name": "sync",
Expand Down

0 comments on commit 90aaab5

Please sign in to comment.