Skip to content

Commit

Permalink
Rename tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincarrogan committed Jun 14, 2024
1 parent d300bdf commit 4a30d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: Upload code coverage
command: ./codecov

tests_pg13:
tests_postgres13:
docker:
- image: cimg/python:3.8.17
- image: circleci/redis:3.2-alpine
Expand Down Expand Up @@ -161,5 +161,5 @@ workflows:
test:
jobs:
- tests
- tests_pg13
- tests_postgres13
- linting

0 comments on commit 4a30d84

Please sign in to comment.