Skip to content

Commit 17f42c2

Browse files
committed
heelo?
1 parent f81dcfd commit 17f42c2

File tree

3 files changed

+1069
-20
lines changed

3 files changed

+1069
-20
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
test_unit:
2121
strategy:
2222
matrix:
23-
python-version: ["3.9","3.10","3.11"]
23+
python-version: [ "3.9","3.10","3.11", "3.12" ]
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
@@ -47,7 +47,7 @@ jobs:
4747
test_integration:
4848
strategy:
4949
matrix:
50-
python-version: ["3.9","3.10","3.11"]
50+
python-version: [ "3.9","3.10","3.11", "3.12" ]
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v4
@@ -79,8 +79,7 @@ jobs:
7979
- name: Install dependencies
8080
run: |
8181
make install
82-
source .venv/bin/activate && make install-test-contract
83-
- name: Run unit tests
82+
- name: Run contract tests
8483
run: |
8584
poetry run make test-contract
8685

0 commit comments

Comments
 (0)