Skip to content

Commit

Permalink
[SOL] Test only with the release version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasSte committed Feb 11, 2024
1 parent 7cda419 commit b6351f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: rustup update stable && rustup default stable
- run: rustup toolchain install 1.75.0 && rustup default 1.75.0
- name: Install cargo-semver-checks
run: |
mkdir installed-bins
Expand All @@ -117,7 +117,7 @@ jobs:
include:
- name: Linux x86_64 stable
os: ubuntu-latest
rust: stable
rust: 1.75.0
other: i686-unknown-linux-gnu
# - name: Linux x86_64 beta
# os: ubuntu-latest
Expand All @@ -129,15 +129,15 @@ jobs:
# other: i686-unknown-linux-gnu
- name: macOS x86_64 stable
os: macos-latest
rust: stable
rust: 1.75.0
other: x86_64-apple-ios
# - name: macOS x86_64 nightly
# os: macos-latest
# rust: nightly
# other: x86_64-apple-ios
- name: Windows x86_64 MSVC stable
os: windows-latest
rust: stable-msvc
rust: 1.75.0-msvc
other: i686-pc-windows-msvc
# - name: Windows x86_64 gnu nightly # runs out of space while trying to link the test suite
# os: windows-latest
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update --no-self-update stable && rustup default stable
- run: rustup toolchain install 1.75.0 && rustup default 1.75.0
- run: rustup target add i686-unknown-linux-gnu
- run: sudo apt update -y && sudo apt install gcc-multilib libsecret-1-0 libsecret-1-dev -y
- run: rustup component add rustfmt || echo "rustfmt not available"
Expand Down Expand Up @@ -254,4 +254,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private
- run: cargo hack check --all-targets --workspace --ignore-private

0 comments on commit b6351f1

Please sign in to comment.