From 1b31b1a8c58825e023e7c77f24616b5d3d855272 Mon Sep 17 00:00:00 2001 From: Nicolas BACQUEY Date: Mon, 21 Oct 2024 17:56:43 +0200 Subject: [PATCH] Enable experimental tests in CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c787fcfe..6bad34ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: run: 'echo \{ \"foo\": \"bar\" \} | nix run . -- fmt -l json' - name: Build the topiary-cli and test those tests that cannot be performed in Nix - run: nix develop --command bash -c "cargo test -p topiary-cli" + run: nix develop --command bash -c "cargo test -p topiary-cli -F experimental" - name: Build client-app example run: nix build .#client-app