From b8b85d08b29b74d08b2ea584124ed1ebfd7ca9df Mon Sep 17 00:00:00 2001 From: Jiayi Zhao Date: Thu, 30 Jul 2020 09:26:39 -0400 Subject: Delete rust.yml --- .github/workflows/rust.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/rust.yml (limited to '.github/workflows') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index fe19c40..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Rust - -on: - push: - branches: [master] - pull_request: - branches: [master] - -jobs: - check: - name: Rust ${{ matrix.rust }} - runs-on: ubuntu-latest - strategy: - matrix: - rust: [1.41.0, stable, beta] - steps: - - uses: actions/checkout@v2 - - name: Install minimal ${{ matrix.rust }} rust - uses: actions-rs/toolchain@b2417cd - with: - override: true - profile: minimal - toolchain: ${{ matrix.rust }} - - run: cargo -Vv && rustc -Vv - - run: cargo check - - run: cargo check --all-features - - run: cargo clippy -- -Dwarnings -Dclippy::dbg_macro - if: ${{ matrix.rust == 'stable' }} - - run: cargo fmt --all -- --check - if: ${{ matrix.rust == 'stable' }} - - run: cargo test - if: ${{ matrix.rust == 'stable' }} -- cgit v1.2.3