Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
scampion authored Jan 23, 2025
1 parent 654e01e commit 3f1d81e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ jobs:
with:
path: target/release/burgonet-gw
# - run: cargo test --verbose


jobs:
release:
name: Release - ${{ matrix.platform.release_for }}
strategy:
Expand Down Expand Up @@ -57,4 +55,4 @@ jobs:
with:
executable-name: ubi
target: ${{ matrix.platform.target }}
if: matrix.toolchain == 'stable'
if: matrix.toolchain == 'stable'

0 comments on commit 3f1d81e

Please sign in to comment.