Skip to content

Commit

Permalink
Merge pull request #274 from Crypto-TII/feat/division_property
Browse files Browse the repository at this point in the history
Feat/division property
  • Loading branch information
peacker authored Sep 24, 2024
2 parents 622f1a8 + f82fba9 commit 855a5f3
Show file tree
Hide file tree
Showing 5 changed files with 840 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/run-doctest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ jobs:
- name: Run test
run: |
cd /home/runner/_work/claasp
make test
make test
env:
GUROBI_COMPUTE_SERVER: ${{ secrets.GUROBI_COMPUTE_SERVER }}
4 changes: 3 additions & 1 deletion .github/workflows/run-pytest-and-sonarcloud-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
run: |
cd /home/runner/_work/claasp
make remote-pytest
env:
GUROBI_COMPUTE_SERVER: ${{ secrets.GUROBI_COMPUTE_SERVER }}

- name: Upload Coverage.xml to artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -72,4 +74,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
needs: run-pytest
needs: run-pytest
Loading

0 comments on commit 855a5f3

Please sign in to comment.