We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34dae4c commit 357fea0Copy full SHA for 357fea0
.github/workflows/ci_test_vector_python.yml
@@ -81,15 +81,15 @@ jobs:
81
with:
82
python-version: ${{ matrix.python-version }}
83
84
- - name: Build TestVectors implementation
+ - name: Build Python TestVectors implementation
85
shell: bash
86
working-directory: ${{matrix.library}}
87
run: |
88
# This works because `node` is installed by default on GHA runners
89
CORES=$(node -e 'console.log(os.cpus().length)')
90
- make build_python CORES=$CORES
+ make transpile_python CORES=$CORES
91
92
- - name: Test TestVectors
+ - name: Test Python TestVectors with ${matrix.interface} interface
93
94
95
make test_python_${{matrix.interface}}_interface
0 commit comments