Exclude expansion tests from test suite by default

This test isn't high enough signal to have all contributors run it.
This commit is contained in:
David Tolnay
2020-05-05 21:52:30 -07:00
parent 23db3a41e7
commit 115c1b4830
3 changed files with 2 additions and 13 deletions
-12
View File
@@ -60,18 +60,6 @@ jobs:
- run: cd test_suite/no_std && cargo build
if: matrix.os != 'windows'
macro:
name: Macro test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@nightly
- name: Download cargo-expand
run: |
curl -sSo ~/.cargo/bin/cargo-expand https://github.com/dtolnay/cargo-expand/releases/download/0.6.0/cargo-expand
chmod +x ~/.cargo/bin/cargo-expand
- run: cd test_suite && cargo test --test expandtest
msrv:
name: Rust 1.13.0
runs-on: ubuntu-latest