Add justfile
This commit is contained in:
parent
739a3972eb
commit
80ab07e86e
2 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
go
|
go
|
||||||
gopls
|
gopls
|
||||||
|
just
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
5
justfile
Normal file
5
justfile
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
@default:
|
||||||
|
just --list
|
||||||
|
|
||||||
|
test:
|
||||||
|
go test ./... -v
|
Loading…
Add table
Add a link
Reference in a new issue