From 43a67573bde36e977a55666a35ec07ea444d7ed7 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sat, 6 Jul 2024 19:22:10 -0700 Subject: [PATCH] Fixing lookaside tests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5d4c280..16f9b1a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -244,7 +244,7 @@ jobs: uses: codecov/codecov-action@v3 - name: Execute Tests for Lookaside run: | - cd lookaside + cd cache/lookaside /usr/local/go/bin/go test -v -race -covermode=atomic -coverprofile=coverage.out ./... - name: Upload coverage to Codecov uses: codecov/codecov-action@v3