From 19a1920b822e277f6354452d3d252ce52a008e20 Mon Sep 17 00:00:00 2001 From: d-asnaghi <30296575+hexdae@users.noreply.github.com> Date: Thu, 28 Mar 2024 16:08:00 -0400 Subject: [PATCH] [BRE] fix nativelink --- .github/workflows/bre.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bre.yml b/.github/workflows/bre.yml index e619693..db263b3 100644 --- a/.github/workflows/bre.yml +++ b/.github/workflows/bre.yml @@ -22,8 +22,8 @@ jobs: - name: run nativelink run: | cargo install --git https://github.com/TraceMachina/nativelink --tag v0.2.0 - (nativelink bre/basic_cas.json &) + (nativelink test/basic_cas.json &) - name: remote execution run: | - bazel build --config=remote //... + bazel test --config=remote //...