Fix justfile command

This commit is contained in:
Filip Tibell 2024-01-14 16:53:10 +01:00
parent 7b662801f2
commit b322d3dfa5
No known key found for this signature in database

View file

@ -24,7 +24,7 @@ build *ARGS:
run FILE_PATH:
#!/usr/bin/env bash
set -euo pipefail
cargo run --bin {{BIN_NAME}} -- "{{FILE_PATH}}"
cargo run --bin {{BIN_NAME}} -- run "{{FILE_PATH}}"
# Run tests for the Lune library
[no-exit-message]