Skip to content

Commit

Permalink
Ugly commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
vakaras committed Jan 19, 2023
1 parent 4e18530 commit 0195479
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ jobs:
env:
PRUSTI_VIPER_BACKEND: carbon
PRUSTI_CUSTOM_HEAP_ENCODING: true
PRUSTI_TRACE_WITH_SYMBOLIC_EXECUTION: false
PRUSTI_PURIFY_WITH_SYMBOLIC_EXECUTION: false
run: |
python x.py test custom_heap_encoding
Expand All @@ -183,6 +184,14 @@ jobs:
PRUSTI_PURIFY_WITH_SYMBOLIC_EXECUTION: true
run: |
python x.py test custom_heap_encoding
- name: trace_with_symbolic_execution
env:
PRUSTI_VIPER_BACKEND: silicon
PRUSTI_CUSTOM_HEAP_ENCODING: false
PRUSTI_TRACE_WITH_SYMBOLIC_EXECUTION: false
PRUSTI_PURIFY_WITH_SYMBOLIC_EXECUTION: false
run: |
python x.py test custom_heap_encoding
- name: Run with purification.
env:
PRUSTI_VIPER_BACKEND: silicon
Expand Down

0 comments on commit 0195479

Please sign in to comment.