Skip to content

Commit

Permalink
ci: enable sim export/import
Browse files Browse the repository at this point in the history
  • Loading branch information
fmorency committed Jul 22, 2024
1 parent beb6c07 commit dac7420
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/simulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
run: make sim-full-app
- name: Simulation after state import (fixed seed)
run: make sim-after-import
# # Requires wiring v2
# # https://github.com/strangelove-ventures/poa/issues/199
# - name: Simulation export/import (fixed seed)
# run: make sim-export-import
- name: Simulation export/import (fixed seed)
run: make sim-export-import
- name: Simulate application state determinism (fixed seed)
run: make sim-app-determinism

0 comments on commit dac7420

Please sign in to comment.