Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 0 additions & 39 deletions .github/workflows/opttest.yml

This file was deleted.

5 changes: 1 addition & 4 deletions .github/workflows/release-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ jobs:
run: ./gradlew --parallel assemble

- name: Test mandatory modules with Gradle
run: ./gradlew test --continue -x :key.core.symbolic_execution:test -x :key.core.proof_references:test

- name: Test optional modules with Gradle
run: ./gradlew :key.core.symbolic_execution:test -x :key.core.proof_references:test
run: ./gradlew test --continue

- name: Upload test results
uses: actions/upload-artifact@v7
Expand Down
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,7 @@ tasks.register('alldoc', Javadoc){
group("keyext.ui.testgen", "de.uka.ilkd.key.gui.testgen")
group("keyext.exploration","org.key_project.exploration")
group("keyext.caching", "de.uka.ilkd.key.gui.plugins.caching")
group("key.core.symbolic_execution",// "de.uka.ilkd.key.proof",
"de.uka.ilkd.key.rule.label", "de.uka.ilkd.key.strategy",
"de.uka.ilkd.key.symbolic_execution")
group("key.core.proof_references", "de.uka.ilkd.key.proof_references")*/
*/
}
}

Expand All @@ -449,4 +446,4 @@ def envOrPropertyValue(String key) {
}else{
return project.properties.getOrDefault(key, "")
}
}
}
5 changes: 0 additions & 5 deletions key.core.proof_references/build.gradle

This file was deleted.

This file was deleted.

Loading
Loading