From 8d6c7470eb7c7431725d1ae6b64b2eeb3c0e1840 Mon Sep 17 00:00:00 2001 From: Fardale Date: Sun, 4 Apr 2021 23:39:48 +0200 Subject: [PATCH] Revert "ci: test containers-data on windows and macos" This reverts commit 75a2f8a3250ea592091a23a16a218504d4510aaa. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2617d346..afb95102 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: - run: opam exec -- dune runtest if: ${{ matrix.os == 'ubuntu-latest' }} - - run: opam exec -- dune runtest -j 1 -p containers,containers-data # test only core and data on non-ubuntu platform + - run: opam exec -- dune runtest -j 1 -p containers # test only core on non-ubuntu platform if: ${{ matrix.os != 'ubuntu-latest' }} - name: Remove troublesome files for caching on windows