Skip to content

Commit

Permalink
Speedup
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Sep 2, 2024
1 parent 8d97961 commit d5d6baf
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: apt install nmap -y
- name: Run tests
Expand Down

0 comments on commit d5d6baf

Please sign in to comment.