From 5082abd59948eee3bc09ff7b1397d315549aee12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=99drzej=20Stuczy=C5=84ski?= Date: Tue, 15 Oct 2024 15:44:34 +0100 Subject: [PATCH] hopefully final change --- .../temp-build-nym-api-aero-mem-prof-tokio-console.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/temp-build-nym-api-aero-mem-prof-tokio-console.yml b/.github/workflows/temp-build-nym-api-aero-mem-prof-tokio-console.yml index a67feb9..ef07a4b 100644 --- a/.github/workflows/temp-build-nym-api-aero-mem-prof-tokio-console.yml +++ b/.github/workflows/temp-build-nym-api-aero-mem-prof-tokio-console.yml @@ -42,14 +42,14 @@ jobs: uses: actions-rs/cargo@v1 with: command: build - args: --bin nym-api --release --features=memory-prof + args: --bin nym-api --release --features=memory-prof,console-subscriber if: github.event_name == 'workflow_dispatch' && inputs.enable_jemalloc == true - name: Maybe build nym-api WITHOUT jemalloc uses: actions-rs/cargo@v1 with: command: build - args: --bin nym-api --release + args: --bin nym-api --release --features=console-subscriber if: github.event_name == 'workflow_dispatch' && inputs.enable_jemalloc == false - name: Upload Artifact