Skip to content

Commit fead01f

Browse files
committed
debug
1 parent aa10739 commit fead01f

File tree

12 files changed

+306
-162
lines changed

12 files changed

+306
-162
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ env:
2626
SKIP: ormolu,format-juvix-files,typecheck-juvix-examples
2727
CAIRO_VM_VERSION: 6c324e0d761013f38b8b743e515a65ac1a380206
2828
RISC0_VM_VERSION: v1.0.1
29-
# This is the top commit hash in the branch lukasz/juvix-ci-stable
29+
# This is the top commit hash in the branch jan/testnet-02-next
3030
# of the anoma repository.
31-
ANOMA_VERSION: 22168f07dab585f45624da2ca7d5bfb0a388067c
31+
ANOMA_VERSION: 8f07258c5905d27b58ea7188201e2e34c53f122b
3232
JUST_ARGS: runtimeCcArg=$CC runtimeLibtoolArg=$LIBTOOL
3333
STACK_BUILD_ARGS: --pedantic -j4 --ghc-options=-j
3434

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ stackParallelFlag := if disableParallel == '' { '-j' + stackParallelFlagJobs } e
4646
stackArgs := stackOptFlag + ' ' + stackParallelFlag + ' ' + stackGhcParallelFlag
4747

4848
# flags used in the stack test command
49-
testArgs := "--hide-successes"
49+
testArgs := ""
5050
rtsFlag := if disableParallel == '' { '+RTS -N' + numParallelJobs + ' -RTS' } else { '' }
5151

5252
# flag used to enable tracing of bash commands

0 commit comments

Comments
 (0)