From: Matthieu Date: Wed, 13 Oct 2021 11:30:24 +0000 (+0400) Subject: circleci X-Git-Tag: v0.1~56^2~14 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8209204ed9ebb9315d5599fe9641172acb814ced;p=matthieu%2Fnova.git circleci --- diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b102fa..a9def3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -11,7 +11,7 @@ commands: - run: name: Install bazel from go command: | - go get github.com/bazelbuild/bazelisk + go install github.com/bazelbuild/bazelisk setup-ci: description: | Prepare all the requirements for the CI @@ -76,7 +76,8 @@ jobs: shell: powershell.exe steps: - run: systeminfo - - setup-ci + - checkout + - run: choco install bazelisk - restore_cache: keys: - bazel-cache-windows-{{ .Branch }} diff --git a/webhook/src/handler/tests/handler_integration.rs b/webhook/src/handler/tests/handler_integration.rs index a2ec403..d0767fc 100644 --- a/webhook/src/handler/tests/handler_integration.rs +++ b/webhook/src/handler/tests/handler_integration.rs @@ -204,7 +204,6 @@ async fn response_400_when_invalid_json_body() { assert!(result.status() == 400); } - #[tokio::test] async fn response_400_when_invalid_utf8_body() { let _ = TASK.deref();