Skip to content

Commit

Permalink
Disable inference check and see
Browse files Browse the repository at this point in the history
  • Loading branch information
Ao-senXiong committed May 7, 2024
1 parent a8c87f7 commit c3910eb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
if: ${{ steps.build.outcome == 'success' }}
run: ./gradlew ImmutabilityInferenceInitialTypecheckTest

- name: PICO Inference Test
if: ${{ steps.build.outcome == 'success' }}
run: ./gradlew ImmutabilityInferenceTest
# - name: PICO Inference Test
# if: ${{ steps.build.outcome == 'success' }}
# run: ./gradlew ImmutabilityInferenceTest

0 comments on commit c3910eb

Please sign in to comment.