From cbb0ac9cdfec8bc0a88eefbe1c64cca32b548f7f Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 2 Nov 2021 13:42:45 +0100 Subject: [PATCH] workflow: Disable tests for libnvme The testsuite for nvme-cli is already disable because they are not ready to be used in our CI setup. The same seems to be the case for libnvme. The Python tests are failing at this point. Let's disable them until we figured out how to enable them safely for CI. Signed-off-by: Daniel Wagner --- .github/workflows/meson.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/meson.yml b/.github/workflows/meson.yml index 37eecdc4..ea573b7b 100644 --- a/.github/workflows/meson.yml +++ b/.github/workflows/meson.yml @@ -23,4 +23,4 @@ jobs: # pip install nose nose2 - uses: BSFishy/meson-build@v1.0.3 with: - action: test + action: build -- 2.50.1