From eb67573a300f3f5635b154a30993c69e41932359 Mon Sep 17 00:00:00 2001 From: Roman Melnikov Date: Thu, 25 Apr 2024 13:28:33 +0200 Subject: [PATCH] [TEMP] Build only viper tests --- .github/workflows/test.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e922d71e782..5fb8e3e8035 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -56,8 +56,10 @@ jobs: nix-build --max-jobs 1 -A drun nix-store --gc --print-roots | grep /motoko/ - - name: "nix-build" - run: nix-build-uncached --max-jobs 4 -A all-systems-go -build-flags -L + # - name: "nix-build" + # run: nix-build-uncached --max-jobs 4 -A all-systems-go -build-flags -L + - name: "nix-build -A tests.viper" + run: nix-build-uncached --max-jobs 4 -A tests.viper -build-flags -L - name: Calculate performance delta if: github.actor != 'dependabot[bot]' && runner.os == 'Linux' && github.event_name == 'pull_request'