Skip to content

Commit

Permalink
Fixing Cassandra Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
madflojo committed Jul 7, 2024
1 parent d2b5fa1 commit 485ae7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
- name: Execute Tests
run: |
sleep 120
/usr/local/go/bin/go test -v -race -covermode=atomic -coverprofile=coverage.out ./drivers/cassandra
cd drivers/cassandra
/usr/local/go/bin/go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3

Expand Down

0 comments on commit 485ae7d

Please sign in to comment.