mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 23:41:43 +00:00
testear archivos individuales o todo
This commit is contained in:
parent
3b0cddc9df
commit
0bd6d13335
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -17,6 +17,12 @@ public/packs/manifest.json.br: $(assets)
|
|||
|
||||
assets: public/packs/manifest.json.br
|
||||
|
||||
test/%_test.rb: always
|
||||
$(hain) 'cd /Sutty/sutty; bundle exec rake test TEST="$@" RAILS_ENV=test'
|
||||
|
||||
test: always
|
||||
$(hain) 'cd /Sutty/sutty; bundle exec rake test'
|
||||
|
||||
serve: /etc/hosts
|
||||
$(hain) 'cd /Sutty/sutty; bundle exec rails s -b "ssl://0.0.0.0:3000?key=../sutty.local/domain/$(SUTTY).key&cert=../sutty.local/domain/$(SUTTY).crt"'
|
||||
|
||||
|
|
Loading…
Reference in a new issue