1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 08:25:19 +03:00

Add the tests as a target.

This commit is contained in:
Rob Rix 2016-03-18 10:18:20 -04:00
parent a3b837da31
commit 6ccc15a0b7

View File

@ -2,3 +2,6 @@ cmd: "stack build semantic-diff"
name: "semantic-diff"
env:
PATH: "~/.local/bin:~/Developer/Tools:~/Library/Haskell/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
targets:
test:
cmd: "stack build :semantic-diff-test"