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

V0ldek/end to end test refactor #307

Merged
merged 4 commits into from
Oct 13, 2023
Merged

Conversation

V0ldek
Copy link
Member

@V0ldek V0ldek commented Oct 11, 2023

Short description

Refactored our E2E tests to be autogenerated into many small files, instead of one giant file.

In general all Rust tools deal poorly with large files, the compile times and responsiveness of cargo check are both improved with this change.

Checklist

All of these should be ticked off before you submit the PR.

  • I ran just verify locally and it succeeded.
  • Issue was given go ahead and is linked above OR I have included justification for a minor change.
  • Unit tests for my changes are included OR no functionality was changed.

V0ldek and others added 4 commits October 11, 2023 20:44
* Added rustfmt manual install to nix shell build (testing)

* Update nix-shell.yml

* Added rustup nightly channel and rustfmt on nightly
@V0ldek V0ldek merged commit 81e580b into main Oct 13, 2023
45 checks passed
@V0ldek V0ldek deleted the v0ldek/end-to-end-test-refactor branch October 13, 2023 18:12
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

Successfully merging this pull request may close these issues.

2 participants