File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7373 uses : taiki-e/install-action@nextest
7474 - name : Fetch proof params and RPC test snapshots
7575 run : |
76- cargo run --bin forest-dev --no-default-features --profile quick -- fetch-test-snapshots --actor-bundle $FOREST_ACTOR_BUNDLE_PATH
76+ cargo run --bin forest-dev --no-default-features --profile quick-test -- fetch-test-snapshots --actor-bundle $FOREST_ACTOR_BUNDLE_PATH
7777 ls -ahl $FIL_PROOFS_PARAMETER_CACHE
7878 - uses : jdx/mise-action@v3
7979 - run : |
Original file line number Diff line number Diff line change 22description = " Installs all Forest binaries with a specified profile."
33usage = '''
44arg "<profile>" help="Installation profile (quick, release, etc.)" default="release" {
5- choices "quick" "release" "release-lto-fat" "dev" "debugging" "profiling"
5+ choices "quick" "quick-test" " release" "release-lto-fat" "dev" "debugging" "profiling"
66}
77flag "--slim" help="Install a slim version"
88flag "-v --verbose" help="Enable verbose output"
You can’t perform that action at this time.
0 commit comments