Test Fuzz #784
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Fuzz | |
| on: | |
| schedule: | |
| - cron: '0 3 * * *' | |
| jobs: | |
| nondeterminism: | |
| name: Test App State Determinism | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/setup-go@v4 | |
| with: | |
| go-version: 1.23 | |
| - uses: actions/checkout@v3 | |
| - run: | | |
| make test-sim-nondeterminism | |
| import-export: | |
| name: Test App Import Export | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/setup-go@v4 | |
| with: | |
| go-version: 1.23 | |
| - uses: actions/checkout@v3 | |
| - run: | | |
| make test-sim-import-export |