Skip to content

Commit 3f6089c

Browse files
authored
chore: allow quick-test profile for mise run install (#6626)
1 parent 64eaa50 commit 3f6089c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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: |

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Installs all Forest binaries with a specified profile."
33
usage = '''
44
arg "<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
}
77
flag "--slim" help="Install a slim version"
88
flag "-v --verbose" help="Enable verbose output"

0 commit comments

Comments
 (0)