Skip to content

Commit

Permalink
remove hacks
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasad1 committed Jan 12, 2024
1 parent 63977c6 commit c27e597
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ updates:
- dependency-name: "polkadot-*"
- dependency-name: "node-template-*"
schedule:
interval: "daily"
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,8 @@ jobs:

- name: Run tests on Ubuntu
run: |
staking-miner-playground --version
polkadot --version
echo $PATH
${{ env.RUST_INFO }}
RUST_LOG=info cargo test --workspace -- --nocapture
RUST_LOG=info cargo +stable test --workspace -- --nocapture --release
build:
name: Build polkadot-staking-miner binary
Expand Down

0 comments on commit c27e597

Please sign in to comment.