Skip to content

Commit

Permalink
Fix regression causing tests to not be run in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
nicois committed Apr 30, 2024
1 parent 8d5b7fa commit f8e1708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pip install -e '.[cassandra,f${{ matrix.fedora-version }}-dev,f${{ matrix.fedora-version }}]'

- name: Execute lints and tests
run: make tests
run: make test

- id: upload-codecov
# Third-party action pinned to v2.1.0
Expand Down

0 comments on commit f8e1708

Please sign in to comment.