Skip to content

Commit

Permalink
Integrate with log-base more tightly
Browse files Browse the repository at this point in the history
  • Loading branch information
tchoutri committed Mar 26, 2022
1 parent 555d061 commit e800d6c
Show file tree
Hide file tree
Showing 12 changed files with 105 additions and 1,216 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ assets/node_modules
assets/yarn-error.log
assets/fonts
result*
cbits/*.cpp
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ ghci: repl ## Start a cabal REPL (alias for `make repl`)
watch: soufflé ## Load the main library and reload on file change
@ghcid --target flora-server -l

test: ## Run the test suite
test : soufflé ## Run the test suite
./scripts/run-tests.sh

watch-test: ## Load the tests in ghcid and reload them on file change
watch-test: soufflé ## Load the tests in ghcid and reload them on file change
./scripts/run-tests.sh --watch

watch-server: ## Start flora-server in ghcid
watch-server: soufflé ## Start flora-server in ghcid
@ghcid --target=flora-server --restart="src" --test 'FloraWeb.Server.runFlora'

lint: ## Run the code linter (HLint)
Expand Down
Loading

0 comments on commit e800d6c

Please sign in to comment.