Skip to content

Commit

Permalink
nit-for-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
crypto-vincent committed Aug 18, 2024
1 parent b558095 commit 8f11938
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
[workspace]
members = [
"programs/*"
]
members = ["programs/*"]

[profile.test]
overflow-checks = false
Expand All @@ -10,6 +8,7 @@ overflow-checks = false
[profile.release]
lto = "fat"
codegen-units = 1
overflow-checks = true

[profile.release.build-override]
opt-level = 3
Expand Down
5 changes: 4 additions & 1 deletion target/idl/uxd.json
Original file line number Diff line number Diff line change
Expand Up @@ -3731,5 +3731,8 @@
"name": "InvalidOutflowLimitPerEpochBps",
"msg": "The outflow_limit_per_epoch_bps is invalid: over 100%."
}
]
],
"metadata": {
"address": "CW5VzSk7WC4NPyuNt19VFev9FUHhyk5xxHTj2DUWBexu"
}
}

0 comments on commit 8f11938

Please sign in to comment.