mirror of
https://github.com/ParkerTenBroeck/hdl_sim.git
synced 2026-06-06 21:24:06 -04:00
updated run script
This commit is contained in:
parent
c6136920cb
commit
8c45110d60
1 changed files with 3 additions and 1 deletions
|
|
@ -3,5 +3,7 @@ set -euo pipefail
|
|||
|
||||
|
||||
pushd relay >/dev/null
|
||||
cargo +nightly run -Z bindeps --release -- "$@"
|
||||
cargo +nightly build -Z bindeps --release
|
||||
popd >/dev/null
|
||||
|
||||
./target/release/relay "$@"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue