Steps to reproduce
- On the
main branch of the repository, run all of the unit tests with the -race flag:
go test -failfast -v -race -coverprofile=coverage.out -covermode=atomic $(go list ./... | grep -v '^github.com/defenseunicorns/zarf/src/test' | grep -v 'github.com/defenseunicorns/zarf/src/extensions/bigbang/test')
Expected result
All unit tests pass
Actual Result
Unit tests fail due to data races
Visual Proof (screenshots, videos, text, etc)

Steps to reproduce
mainbranch of the repository, run all of the unit tests with the-raceflag:Expected result
All unit tests pass
Actual Result
Unit tests fail due to data races
Visual Proof (screenshots, videos, text, etc)