You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have unit tests that don't do anything and take up GitHub runner resources in CI. This is happening because after the change to esm we didn't move the unit-esm tests back to unit-tests.
This PR makes the following changes:
- Migrates all unit tests from `unit-esm` back to `unit`
- Removes `linux-unit-esm-tests` from ci
- This is no longer needed because all tests have been migrated to
`linux-unit-tests`
Ref to issue #3858
We have unit tests that don't do anything and take up GitHub runner resources in CI. This is happening because after the change to esm we didn't move the
unit-esm
tests back tounit-tests
.Here are the problematic tests:
https://github.com/terascope/teraslice/actions/runs/12206075656/job/34054804068
https://github.com/terascope/teraslice/actions/runs/12206075656/job/34054804700
The text was updated successfully, but these errors were encountered: