Skip to content

Commit

Permalink
activate all operating systems
Browse files Browse the repository at this point in the history
  • Loading branch information
wadoon committed Jul 22, 2023
1 parent d03f599 commit 2a3f271
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
path: |
**/build/test-results/*/*.xml
**/build/reports/
!jacocoTestReport.xml
!**/jacocoTestReport.xml
- name: Upload coverage reports to Codecov
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/tests_winmac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest] # ubuntu-latest, windows-latest
os: [macos-latest, ubuntu-latest, windows-latest]
java: [11, 17]
continue-on-error: true
runs-on: ${{ matrix.os }}
Expand All @@ -40,9 +40,8 @@ jobs:
path: |
**/build/test-results/*/*.xml
**/build/reports/
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
!**/jacocoTestReport.xml
integration-tests:
env:
Expand All @@ -52,7 +51,7 @@ jobs:
fail-fast: false
matrix:
test: [testProveRules, testRunAllFunProofs, testRunAllInfProofs]
os: [ macos-latest ] # ubuntu-latest, windows-latest,
os: [ macos-latest, ubuntu-latest, windows-latest ]
java: [11,17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -87,3 +86,5 @@ jobs:
**/build/test-results/*/*.xml
key.core/build/reports/runallproofs/*
**/build/reports/
!**/jacocoTestReport.xml

0 comments on commit 2a3f271

Please sign in to comment.