Skip to content

Commit fa9b88b

Browse files
committed
Add dev command to justfile
1 parent ddea507 commit fa9b88b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
default:
66
@just --list --unsorted
77

8+
# Run lazyslurm
9+
dev:
10+
cargo run
11+
812
# Build and start SLURM development environment
913
slurm_up:
1014
cd dev && docker-compose build

0 commit comments

Comments
 (0)