Skip to content

Commit

Permalink
fix make clean again (#176)
Browse files Browse the repository at this point in the history
Co-authored-by: A5 Pickle <[email protected]>
  • Loading branch information
a5-pickle and a5-pickle authored Jun 4, 2024
1 parent 970f75d commit 80aebe9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/solana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- uses: metadaoproject/setup-anchor@v2
with:
node-version: "20.11.0"
Expand All @@ -80,6 +84,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- uses: metadaoproject/setup-anchor@v2
with:
node-version: "20.11.0"
Expand Down
2 changes: 1 addition & 1 deletion solana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ solana program deploy -u d --program-id ucdP9ktgrXgEUnn6roqD2SfdGMR2JSiWHUKv23oX

## Managing Upgrades

TODO
TODO: Discuss Upgrade Manager.

## Testnet Example Solver

Expand Down
2 changes: 1 addition & 1 deletion universal/rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ wormhole-raw-vaas = "0.3.0-alpha.0"
hex-literal = "0.4.1"

[workspace.lints.clippy]
correctness = { level = "warn"}
correctness = { level = "warn", priority = -1 }

arithmetic_side_effects = "deny"
as_conversions = "deny"
Expand Down

0 comments on commit 80aebe9

Please sign in to comment.