Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Sep 2, 2024
1 parent bf63d2e commit 5bf7d40
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- uses: actions/checkout@v4
# - name: Build
# run: cargo build --verbose --all-features
# - name: Install shvcall
# run: cargo install --git https://github.com/silicon-heaven/shvcall-rs.git
# - name: Install shvbrokertestingdevice
# run: cargo install --git https://github.com/silicon-heaven/shvbrokertestingdevice.git
- name: Build
run: cargo build --verbose --all-features
- name: Install shvcall
run: cargo install --git https://github.com/silicon-heaven/shvcall-rs.git
- name: Install shvbrokertestingdevice
run: cargo install --git https://github.com/silicon-heaven/shvbrokertestingdevice.git
- name: Install ncat
run: sudo apt-get install ncat
- name: Run tests
Expand Down

0 comments on commit 5bf7d40

Please sign in to comment.