Skip to content

Commit

Permalink
Merge pull request #211 from MikeMirzayanov/ConstantBoundsLog
Browse files Browse the repository at this point in the history
Constant bounds log
  • Loading branch information
MikeMirzayanov authored Aug 1, 2024
2 parents 8554703 + 7968ff5 commit a6e57ad
Show file tree
Hide file tree
Showing 18 changed files with 281 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand All @@ -106,6 +107,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand All @@ -122,6 +124,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-${{ matrix.version }}-multilib g++-${{ matrix.version }}-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand All @@ -138,6 +141,7 @@ jobs:
- uses: actions/checkout@v3
- name: Run tests
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib
cd tests
bash ./run.sh ${{ matrix.compiler }} v${{ matrix.version }} 32
Expand Down
Loading

0 comments on commit a6e57ad

Please sign in to comment.