-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add CI with build and linting #80
Conversation
kisialiou
commented
Oct 18, 2024
- Added simple CI with Clippy.
- Made minor changes to address points underlined by clippy.
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.
The contract isn't compilable anymore, please run RUSTFLAGS='-C link-arg=-s' cargo build --target wasm32-unknown-unknown --release
559fea6
to
f85b526
Compare
8d36a10
to
e1f708c
Compare
I fixed this and added an additional job which checks that the project is built with these flags and under the target. |
8455226
to
77d84f0
Compare
77d84f0
to
a483040
Compare
Co-authored-by: Karim <karim.alabtakh@nearone.org>