-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fortuna CI workflows #1120
Fortuna CI workflows #1120
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Ignored Deployments
|
toolchain: nightly-2023-07-23 | ||
override: true | ||
- name: Run executor tests | ||
run: cargo test --manifest-path ./fortuna/Cargo.toml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there aren't any unit tests right now, but this checks the build and will run the tests once we add some
@@ -77,6 +77,7 @@ import "./PythRandomEvents.sol"; | |||
// - gas optimizations | |||
// - function to check invariants?? | |||
// - need to increment pyth fees if someone transfers funds to the contract via another method | |||
// - off-chain data ERC support? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drive by so we remember
Add a CI workflows to bulid/test and publish a docker image
turns out the last PR had some build failures so I fixed those too