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 e1ff941
Showing 1 changed file with 15 additions and 1 deletion.
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

0 comments on commit e1ff941

Please sign in to comment.