diff --git a/.fluentci/fluentci.toml b/.fluentci/fluentci.toml index 55e1a9e..e292c34 100644 --- a/.fluentci/fluentci.toml +++ b/.fluentci/fluentci.toml @@ -19,9 +19,9 @@ command = [ ] env = ["POSTGRES_USER=postgres", "POSTGRES_DB=s2"] -[[steps]] -name = "Test web server" -command = [ - "./bin/main 8001 &", - "curl --silent localhost:8001/time | grep 'The current time is'", -] +#[[steps]] +#name = "Test web server" +#command = [ +# "./bin/main 8001 &", +# "curl --silent localhost:8001/time | grep 'The current time is'", +#]