Skip to content

Commit 8029445

Browse files
author
Lucas McDonald
committed
m
1 parent 86d0e65 commit 8029445

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/dafny_interop_test_vector_python_client.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This workflow performs test vectors in Python with MPL nightly latest.
2-
name: Library Python Test Vectors Backwards Interop Tests
1+
# This workflow performs test vectors in Python with the client interface.
2+
name: Library Python Test Vectors Client Interface Interop Tests
33

44
on:
55
workflow_call:
@@ -29,6 +29,7 @@ jobs:
2929
library: [TestVectors]
3030
python-version: [3.11, 3.12, 3.12]
3131
os: [ubuntu-22.04]
32+
interface: [client, resource, table]
3233
runs-on: ${{ matrix.os }}
3334
permissions:
3435
id-token: write
@@ -97,4 +98,4 @@ jobs:
9798
- name: Test TestVectors
9899
working-directory: ./TestVectors
99100
run: |
100-
make test_python_client_interface
101+
make test_python_${{matrix.interface}}_interface

.github/workflows/pull.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: ./.github/workflows/ci_test_python.yml
6060
with:
6161
dafny: ${{needs.getVersion.outputs.version}}
62-
pr-ci-python-testvectors-client:
62+
pr-ci-python-testvectors:
6363
needs: getVersion
6464
uses: ./.github/workflows/dafny_interop_test_vector_python_client.yml
6565
with:
@@ -91,7 +91,7 @@ jobs:
9191
- pr-ci-net-test-vectors
9292
- pr-ci-net-examples
9393
- pr-ci-python
94-
- pr-ci-python-testvectors-client
94+
- pr-ci-python-testvectors
9595
runs-on: ubuntu-22.04
9696
steps:
9797
- name: Verify all required jobs passed

0 commit comments

Comments
 (0)