Browse Source

Run the rust-dataflow example on CI

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

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

@@ -40,6 +40,11 @@ jobs:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-get install -y capnproto libcapnp-dev
- name: "Rust Dataflow example"
uses: actions-rs/cargo@v1
with:
command: run
args: --example rust-dataflow
- name: "C Dataflow example"
uses: actions-rs/cargo@v1
with:


Loading…
Cancel
Save