Skip to content

Commit

Permalink
Fixing lookaside tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jul 7, 2024
1 parent 00ab366 commit 43a6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 43a6757

Please sign in to comment.