File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,10 @@ VITE_KC_SITE_BASE_URL=https://dev.zoo.dev
7
7
VITE_KC_SITE_APP_URL = https://app.dev.zoo.dev
8
8
VITE_KC_SKIP_AUTH = false
9
9
VITE_KC_CONNECTION_TIMEOUT_MS = 5000
10
- # ONLY add your token in .env.development.local if you want to skip auth, otherwise this token takes precedence!
11
10
# VITE_KC_DEV_TOKEN="your token from dev.zoo.dev should go in .env.development.local"
12
11
12
+ RUST_BACKTRACE = " full"
13
+ PYO3_PYTHON = /usr/local/bin/python3
14
+ # KITTYCAD_API_TOKEN="your token from dev.zoo.dev should go in .env.development.local"
15
+
13
16
FAIL_ON_CONSOLE_ERRORS = true
Original file line number Diff line number Diff line change @@ -186,4 +186,3 @@ jobs:
186
186
env :
187
187
KITTYCAD_API_TOKEN : ${{secrets.KITTYCAD_API_TOKEN_DEV}}
188
188
ZOO_HOST : https://api.dev.zoo.dev
189
-
Original file line number Diff line number Diff line change @@ -52,7 +52,8 @@ redo-sim-tests:
52
52
EXPECTORATE=overwrite TWENTY_TWENTY=overwrite {{ cita}} {{ kcl_lib_flags}} --no-quiet -- simulation_tests
53
53
54
54
test :
55
- export RUST_BRACKTRACE=" full" && {{ cnr}} --workspace --features artifact-graph --no-fail-fast
55
+ cargo install cargo-nextest
56
+ {{ cnr}} --workspace --features artifact-graph --no-fail-fast
56
57
57
58
bump-kcl-crate-versions bump = ' patch':
58
59
# First build the kcl-bumper tool.
You can’t perform that action at this time.
0 commit comments