From 59cd825323e8a96ec70b4d398b6a8174daa9d3bc Mon Sep 17 00:00:00 2001 From: Aria Shrimpton Date: Tue, 30 Jan 2024 00:31:23 +0000 Subject: more fixes for ci / nixification --- src/Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Justfile') 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 -- cgit v1.2.3