Skip to content

Commit

Permalink
fix: remove commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Mar 5, 2024
1 parent d348f90 commit 07b6759
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
]
toolchain: [
stable,
#beta,
#1.63.0, # Our MSRV
]
include:
- toolchain: stable
Expand Down Expand Up @@ -65,10 +63,6 @@ jobs:
- name: Build with UniFFI support on Rust ${{ matrix.toolchain }}
if: matrix.build-uniffi
run: cargo build --features uniffi --verbose --color always
#- name: Build documentation on Rust ${{ matrix.toolchain }}
# run: |
# cargo doc --release --verbose --color always
# cargo doc --document-private-items --verbose --color always
- name: Check release build on Rust ${{ matrix.toolchain }}
run: cargo check --release --verbose --color always
- name: Check release build with UniFFI support on Rust ${{ matrix.toolchain }}
Expand Down

0 comments on commit 07b6759

Please sign in to comment.