Skip to content

Commit

Permalink
removing extra build step in os compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroraptor07 committed Oct 30, 2022
1 parent 770f0d3 commit 87eaf20
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ jobs:
- name: "Run HTTP test"
run: cargo test --no-default-features --features ${{ matrix.features }} --no-fail-fast http_logs_from_pub

- name: "Build with release profile"
run: cargo build --release --no-default-features --features ${{ matrix.features }}

os_compat_win-msvc:
needs: test_suite
strategy:
Expand All @@ -136,9 +133,6 @@ jobs:
- name: "Run HTTP test"
run: cargo test --no-default-features --features ${{ matrix.features }} --no-fail-fast http_logs_from_pub

- name: "Build with release profile"
run: cargo build --release --no-default-features --features ${{ matrix.features }}

os_compat_win_gnu:
needs: test_suite
strategy:
Expand All @@ -158,9 +152,6 @@ jobs:
- name: "Run HTTP test"
run: cargo +stable-gnu test --no-default-features --features ${{ matrix.features }} --no-fail-fast http_logs_from_pub

- name: "Build with release profile"
run: cargo +stable-gnu build --release --no-default-features --features ${{ matrix.features }}

os_compat_win-msvc_openssl:
needs: test_suite
strategy:
Expand All @@ -182,9 +173,6 @@ jobs:
- name: "Run HTTP test"
run: cargo test --no-default-features --features ${{ matrix.features }} --no-fail-fast http_logs_from_pub

- name: "Build with release profile"
run: cargo build --release --no-default-features --features ${{ matrix.features }}

# Commenting this out for now; getting GNU and OpenSSL set up properly on Windows will take some more work
# os_compat_win_gnu_openssl:
# needs: test_suite
Expand Down

0 comments on commit 87eaf20

Please sign in to comment.