Skip to content

Commit 357fea0

Browse files
author
Lucas McDonald
committed
m
1 parent 34dae4c commit 357fea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_test_vector_python.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ jobs:
8181
with:
8282
python-version: ${{ matrix.python-version }}
8383

84-
- name: Build TestVectors implementation
84+
- name: Build Python TestVectors implementation
8585
shell: bash
8686
working-directory: ${{matrix.library}}
8787
run: |
8888
# This works because `node` is installed by default on GHA runners
8989
CORES=$(node -e 'console.log(os.cpus().length)')
90-
make build_python CORES=$CORES
90+
make transpile_python CORES=$CORES
9191
92-
- name: Test TestVectors
92+
- name: Test Python TestVectors with ${matrix.interface} interface
9393
working-directory: ${{matrix.library}}
9494
run: |
9595
make test_python_${{matrix.interface}}_interface

0 commit comments

Comments
 (0)