-
Notifications
You must be signed in to change notification settings - Fork 40
Bolster CI Actions #96
Bolster CI Actions #96
Conversation
@igbanam I'm not totally sure if this is the issue, but I think you need to set the working directory for some of these steps because our code in this project is one level deep in a
|
@cdata I made the updates to the relevant checks. Checks are green now. |
@igbanam I'm not seeing the check for the new workflow you added - I think it might have a typo in it somewhere (just referring to the message here: https://github.com/subconsciousnetwork/noosphere/actions/runs/3285863349). Are you seeing the workflow run for you? |
I just realized it's failing early for me too. Root Cause: The |
Oh… we have lift-off 🚀 The linters are catching errors now. I'll fix the linter errors as part of this PR |
8114e80
to
6913e34
Compare
I'm gonna pause here for your input, @cdata. I trust the Rust tooling and all… but this is making more changes to your code than I am comfortable with. I'm checking that existing tests don't break per change; and we are green so far. But please have a look through and let me know if you're comfortable with my going on with this. p.s: take a look at the current checker failures as well to know the nature of possible future changes. |
Chose not to deny warnings because my rust-fu couldn't handle the refactor being asked.
I tried refactoring the complext type with what I read up on the interwebs, but I got met with rust-lang/rust#8995 which — after reading through — seems it's almost addressed, but not yet. |
If we truly want to keep the high Rust bar, we can tune this up later. |
p.s: Do we need `initialize_tracing` in the tests if we end up commenting those lines out?
d19a80d
to
16c0b9b
Compare
p.s: I'm using Github to build and test because Ventura — as with all OS X updates — comes with its set of woes.
…lly." This reverts commit 9647fdb.
Thanks for putting in the work on this change. Since it's getting stale, I'm going to close out the PR for now, but if you feel inspired to pick it up again we will re-open it right away. |
This change brings some extra functionality into the CI process. Using Github Actions, we should be able to
…on pull requests.
p.s: I've kept this away from pushes on the invariant that the development process here receives all contributions to the main branch through some pull request of some sort.
Fixes #94