index
:
zgjq
main
zgjq
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
justfile
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'justfile')
-rw-r--r--
justfile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 859ad6c..5e38639 100644
--- a/
justfile
+++ b/
justfile
@@ -5,7 +5,7 @@ build: fmt
@zig build
test: fmt
- @zig test src/root.zig
+ @zig build test
fmt:
@zig fmt .