Skip to content

Commit

Permalink
build: remove netbsd ci workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Oct 21, 2023
1 parent 50ea188 commit 1b1f746
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,21 +54,11 @@ jobs:
echo "target dir is: ${{ env.TARGET_DIR }}"
- name: cargo test
if: ${{ !startsWith(matrix.build, 'netbsd') }}
run: ${{ env.CARGO }} test --verbose ${{ env.TARGET_FLAGS }}

- name: cargo test (without chrono)
if: ${{ !startsWith(matrix.build, 'netbsd') }}
run: ${{ env.CARGO }} test --verbose --no-default-features --features coinit_apartmentthreaded ${{ env.TARGET_FLAGS }}

- name: cargo build
if: ${{ startsWith(matrix.build, 'netbsd') }}
run: ${{ env.CARGO }} build --verbose ${{ env.TARGET_FLAGS }}

- name: cargo build (without chrono)
if: ${{ startsWith(matrix.build, 'netbsd') }}
run: ${{ env.CARGO }} build --verbose --no-default-features --features coinit_apartmentthreaded ${{ env.TARGET_FLAGS }}

- name: cargo fmt
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 1b1f746

Please sign in to comment.