Browse Source

Remove `--print lnik-args` argument that was added for debugging

tags/v0.0.0-test.4
Philipp Oppermann 3 years ago
parent
commit
d511669cd0
Failed to extract signature
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      .github/workflows/ci.yml

+ 0
- 8
.github/workflows/ci.yml View File

@@ -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


Loading…
Cancel
Save