This website works better with JavaScript.
Home
Help
Register
Sign In
go
/
keystar
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Added option to specify which test to run.
capstan-migrations
Benjamin Shelton
1 year ago
parent
86eabfd800
commit
278c32ac1d
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
Makefile
+ 3
- 1
Makefile
View File
@ -1,8 +1,10 @@
TEST
=
.
all
:
test
build
build
:
go build -tags
=
"bolt filesystem"
./cmd/keystar
test
:
go
test
-tags
=
"bolt filesystem"
./...
go
test
-tags
=
"bolt filesystem"
-run
=
$(
TEST
)
./...
Write
Preview
Loading…
Cancel
Save