Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Reduce testing matrix #537

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 4 additions & 7 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
rust: [beta, stable]
features: ["--features debugmozjs", ""]
exclude:
- os: windows-latest
rust: beta
os: [windows-latest]
rust: [nightly-2021-02-25]
features: [""]
steps:
- uses: actions/checkout@v2
- name: Install deps on osx
Expand Down Expand Up @@ -69,7 +66,7 @@ jobs:
LIBCLANG_PATH: "C:\\ProgramData\\scoop\\apps\\llvm\\current\\lib"
CARGO_HOME: ${{ github.workspace }}\..\.cargo
run: |
cargo test --verbose --verbose ${{ matrix.features }} --lib
cargo test --release --verbose --verbose ${{ matrix.features }} --lib

build_result:
name: homu build finished
Expand Down