Skip to content

Commit

Permalink
ci: 33 CI workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipTamb committed Nov 3, 2023
1 parent 300ac39 commit 19bab28
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,29 +81,11 @@ jobs:
# with:
# toolchain: 1.70.0

# # - name: Build
# # uses: actions-rs/cargo@v1
# # with:
# # command: build
# # args: --release --verbose --all-targets

- name: Build
uses: actions-rs/cargo@v1
with:
command: build zenoh-flow-plugin
args: --release -p zenoh-flow-plugin

- name: Build
uses: actions-rs/cargo@v1
with:
command: build zfctl
args: --release -p zfctl

- name: Build
uses: actions-rs/cargo@v1
with:
command: build examples
args: --release --examples
command: build
args: --release --verbose --all-targets

# - name: Run tests
# uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 19bab28

Please sign in to comment.