Updated git actions.
This commit is contained in:
parent
03212a62f5
commit
e804265a7b
38
.github/workflows/generate.yml
vendored
38
.github/workflows/generate.yml
vendored
@ -54,7 +54,7 @@ jobs:
|
|||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- run: python -m pip install numpy
|
- run: python -m pip install numpy
|
||||||
- name: Download workflow run artifacts
|
- name: Download workflow run artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: arithmetic-circuits-8
|
name: arithmetic-circuits-8
|
||||||
path: test_circuits
|
path: test_circuits
|
||||||
@ -81,6 +81,42 @@ jobs:
|
|||||||
cd tests
|
cd tests
|
||||||
bash test_circuits_verilog.sh
|
bash test_circuits_verilog.sh
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
- name: Python circuits testing
|
||||||
|
run: |
|
||||||
|
cd tests
|
||||||
|
python test_all.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
- name: Python ax testing
|
||||||
|
run: |
|
||||||
|
cd tests
|
||||||
|
python test_ax.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
- name: Python CGP testing
|
||||||
|
run: |
|
||||||
|
cd tests
|
||||||
|
python test_cgp.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
- name: Python Compare testing
|
||||||
|
run: |
|
||||||
|
cd tests
|
||||||
|
python test_compare.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
- name: Python Popcount testing
|
||||||
|
run: |
|
||||||
|
cd tests
|
||||||
|
python test_popcnt.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
|
- name: Python Reduce testing
|
||||||
|
run: |
|
||||||
|
cd tests
|
||||||
|
python test_reduce.py
|
||||||
|
cd ..
|
||||||
|
|
||||||
test_python:
|
test_python:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user