ci(actions/rust): align with test-linux job

This commit is contained in:
James Lucktaylor 2023-03-03 12:07:42 +00:00
parent 76cf1bff87
commit 2dd948a4a1
No known key found for this signature in database
GPG Key ID: C705F79EC74F9953
1 changed files with 5 additions and 9 deletions

View File

@ -79,15 +79,11 @@ jobs:
args: --locked --release --all
test-all-features:
name: Tests all features on ${{ matrix.os }} on cron schedule only
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04, macos-12, windows-2022]
name: Tests all features on cron schedule only
runs-on: ubuntu-latest
container:
# Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations
image: ubuntu:18.04
if: github.event_name == 'schedule'
steps: