Skip to content

Commit

Permalink
Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
katyukha committed Mar 1, 2023
1 parent 5c07240 commit fe3ea9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ jobs:
linux: libzip-dev libpq-dev python3-dev

- name: Run tests
run: dub test -b unittest-cov
if: matrix.os == 'ubuntu-20.04'
run: dub test -b unittest-cov --override-config=pyd/python38
- name: Run tests
if: matrix.os == 'ubuntu-22.04'
run: dub test -b unittest-cov --override-config=pyd/python310

- name: Upload coverage to codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit fe3ea9e

Please sign in to comment.