Skip to content
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

Update CI #187

Open
jsdw opened this issue Jun 21, 2023 · 0 comments
Open

Update CI #187

jsdw opened this issue Jun 21, 2023 · 0 comments

Comments

@jsdw
Copy link
Contributor

jsdw commented Jun 21, 2023

I think that we should:

  • Run cargo clippy and rustfmt on a standard toolchain (default target, not nightly); I've noticed intermittent issues running those as they are on nightly wasm.
  • Have a separate wasm32 test job using that target
  • Use the aarch64-unknown-none target for the no_std test (this seemed to work reasonably well in scale-bits at least) to ensure no std paths creep in.
  • Use stable checks rather than nightly so that things like rustfmt and clippy don't run the risk of breaking or changing day by day.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant