Skip to content

Commit

Permalink
Add step to test building of the asn1rs binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kellerkindt committed Jan 16, 2024
1 parent 3b85dfc commit c9ff649
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,21 @@ jobs:
command: test
args: --all-features

test-build-bin:
name: Test build binary
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
command: build
args: --all-features

fmt:
name: Rustfmt
runs-on: ubuntu-latest
Expand Down

0 comments on commit c9ff649

Please sign in to comment.