run tests and linter on every PR

This commit is contained in:
Maria Ines Parnisari
2023-11-20 13:44:15 -08:00
parent 7b5dfadcde
commit de3e573a65
10 changed files with 92 additions and 58 deletions

View File

@@ -124,7 +124,6 @@ func Test_CacheDeletesAFunc(t *testing.T) {
return key == "d"
}), 1)
assert.Equal(t, cache.ItemCount(), 2)
}
func Test_CacheOnDeleteCallbackCalled(t *testing.T) {