Skip to content

Commit

Permalink
fix: CI set up (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremiah Peschka authored Apr 28, 2023
1 parent e87a4d0 commit 1f930b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,9 @@ jobs:
uses: actions-rs/[email protected]
with:
version: 0.22.0
args: --out Xml
env:
DATABASE_URL: postgres://casbin_rs:[email protected]:5432/casbin
with:
args: --out Xml
version: 0.12.3

- name: Upload to codecov.io
uses: codecov/codecov-action@v1
Expand Down

0 comments on commit 1f930b9

Please sign in to comment.