diff options
author | Aria Shrimpton <me@aria.rip> | 2024-01-30 00:31:23 +0000 |
---|---|---|
committer | Aria Shrimpton <me@aria.rip> | 2024-01-30 00:31:54 +0000 |
commit | 59cd825323e8a96ec70b4d398b6a8174daa9d3bc (patch) | |
tree | 6b0fed35247c775ddc6e3eaa54c0c55baedf89db /src/Justfile | |
parent | f91b46b7923bbf63947e5e517b892a3bffd18af4 (diff) |
more fixes for ci / nixification
Diffstat (limited to 'src/Justfile')
-rw-r--r-- | src/Justfile | 2 |
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 |