Skip to content

Commit

Permalink
foo:
Browse files Browse the repository at this point in the history
  • Loading branch information
andycasey committed Oct 25, 2024
1 parent 8ec941a commit 5c5399b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@ jobs:
- name: "Install the project"
run: uv sync --all-extras --dev


- name: "Run tests"
env:
ASTRA_DATABASE_URL: ':memory:'
run: |
uv run pytest tests
- name: "Install Coveralls"
run: uv pip install coveralls

- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 5c5399b

Please sign in to comment.