Commit 6612f4d
committed
Update recursive verification workflow and scripts
- Renamed the test step in the GitHub Actions workflow to "Run recursive verification script" and updated the command to execute the recursion script.
- Increased the timeout for the recursive verification script from 10 to 15 minutes.
- Added a new "clean" script in package.json to remove the store directory before running tests.
- Modified the existing test script to include the clean step for better environment management.
- Made minor adjustments to the run_recursion.ts script for improved readability.1 parent 00d464a commit 6612f4d
File tree
3 files changed
+6
-4
lines changed- .github/workflows
- recursive_verification
- scripts
3 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | | - | |
97 | | - | |
| 96 | + | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments