aboutsummaryrefslogtreecommitdiff
path: root/src/Justfile
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-30 00:31:23 +0000
committerAria Shrimpton <me@aria.rip>2024-01-30 00:31:54 +0000
commit59cd825323e8a96ec70b4d398b6a8174daa9d3bc (patch)
tree6b0fed35247c775ddc6e3eaa54c0c55baedf89db /src/Justfile
parentf91b46b7923bbf63947e5e517b892a3bffd18af4 (diff)
more fixes for ci / nixification
Diffstat (limited to 'src/Justfile')
-rw-r--r--src/Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Justfile b/src/Justfile
index 7c31771..2daa4c2 100644
--- a/src/Justfile
+++ b/src/Justfile
@@ -13,7 +13,7 @@ run-all-tests:
echo "Candelabra Path: {{candelabra}}"
@just section-start cost-models
- @IMPLS=`cargo run -- list-library 2>&1 | cut -d ']' -f 2 | grep ::`; for impl in $IMPLS; do just cost-model $impl; done
+ @IMPLS=`{{candelabra}} list-library 2>&1 | cut -d ']' -f 2 | grep ::`; for impl in $IMPLS; do just cost-model $impl; done
@just section-end cost-models
@just section-start comparisons