From 640d21a7d21d73c89d0742f90475b217ea2c3823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 10 Dec 2019 17:53:26 +0100 Subject: [PATCH 1/2] Disable the Windows tests workflow --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1aa6f8e5d..d02749459 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v1 From f3a276d1e12dd34fc1d89f8a6082d6be32d78fe4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Tue, 10 Dec 2019 17:56:24 +0100 Subject: [PATCH 2/2] Update the workflow README.md --- .github/workflows/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index d6c8e72aa..68bf45d45 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -8,4 +8,11 @@ - On each pull request, we are triggering `cargo test`. - On each commit on master, we are building the latest docker image. -- On each tag, we are building the tagged docker image, the binaries for MacOS & Ubuntu, and the debian package. +- On each tag, we are building: + - the tagged docker image + - the binaries for MacOS, Ubuntu, and Windows + - the debian package + +## Problems + +- We do not test on Windows because we are unable to make it work, there is a disk space problem.