Right now the repository states that all tests are failing which is not true. All the unit tests in the accumulator library are passing, the integration tests in test/ are failing.
The github actions file could be modified so that the unit tests have a separate checkmark from the integration tests. The file at: https://github.com/mit-dci/utreexo/blob/master/.github/workflows/go.yml should be modified to achieve this.