From d511669cd0b4ddf3bc49621a58f6d134a225855f Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Wed, 24 Aug 2022 15:21:27 +0200 Subject: [PATCH] Remove `--print lnik-args` argument that was added for debugging --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01e0013f..176b4ed2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,8 +81,6 @@ jobs: - name: "Build examples" uses: actions-rs/cargo@v1 - env: - RUSTFLAGS: "--print link-args" timeout-minutes: 30 with: command: build @@ -90,24 +88,18 @@ jobs: - name: "Rust Dataflow example" uses: actions-rs/cargo@v1 - env: - RUSTFLAGS: "--print link-args" timeout-minutes: 30 with: command: run args: --example rust-dataflow - name: "C Dataflow example" uses: actions-rs/cargo@v1 - env: - RUSTFLAGS: "--print link-args" timeout-minutes: 15 with: command: run args: --example c-dataflow - name: "C++ Dataflow example" uses: actions-rs/cargo@v1 - env: - RUSTFLAGS: "--print link-args" timeout-minutes: 15 with: command: run