Skip to content

Commit

Permalink
run tests on mac-os and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DenisBiryukov91 committed Sep 17, 2024
1 parent 5690cfa commit 8f33115
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-shared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
BUILD_INTEGRATION: ON
BUILD_TOOLS: ON
ZENOH_DEBUG: 3
- name: Setup rust-cache
uses: Swatinem/rust-cache@v2
- name: Update Stable Rust toolchain
run: rustup update stable
- name: Run tests
run: make test

crossbuilds:
name: Build on ubuntu-latest
Expand Down

0 comments on commit 8f33115

Please sign in to comment.