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.