Skip to content

Commit

Permalink
sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 23, 2024
1 parent b121f34 commit cd0cabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Format and Lint
run: make lint
- name: Generate Coverage
run: make cover RUST_BACKTRACE=1 PGUSER=postgres
run: sudo make cover RUST_BACKTRACE=1 PGUSER=postgres
- name: Publish Coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit cd0cabf

Please sign in to comment.