From ed3c3022cb1e94e881cd8163262d96c8f606e4cb Mon Sep 17 00:00:00 2001 From: Abe Winter Date: Thu, 7 Sep 2023 14:50:08 -0400 Subject: [PATCH] remove removed flag --placement --- .github/workflows/server-32bit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/server-32bit.yml b/.github/workflows/server-32bit.yml index 264168b72a8..2f3130e23c9 100644 --- a/.github/workflows/server-32bit.yml +++ b/.github/workflows/server-32bit.yml @@ -60,7 +60,7 @@ jobs: -v $PWD/:/rdk \ --env GOFLAGS="-tags=no_tflite,no_pigpio -buildvcs=false" \ ghcr.io/viamrobotics/viam-server:armv7 \ - sh -c "go version && go list -json ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test\" --fail-empty --placement etc/splitter-placement.json" + sh -c "go version && go list -json ./... | etc/splitter.py ${{ matrix.index }} --nbins 5 --command \"go test\" --fail-empty" build: needs: [test, lint] runs-on: buildjet-4vcpu-ubuntu-2204-arm