commit e71750a0e6cce90c593137bfcb5e3b5d3e242670 parent 59a0636f6a7f4f87f3f13c35e4441c57687c0b17 Author: Gavin Peacock <gpeacock@adobe.com> Date: Mon, 12 Jun 2023 13:33:17 -0700 Remove no-default ci test (#259) Diffstat:
| M | .github/workflows/ci.yml | | | 26 | -------------------------- |
1 file changed, 0 insertions(+), 26 deletions(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml @@ -97,32 +97,6 @@ jobs: run: wasm-pack test --chrome --headless working-directory: ./sdk - test-default-disabled: - name: Unit tests with default features disabled - runs-on: ${{ matrix.os }} - - strategy: - fail-fast: false - matrix: - os: [windows-latest, macos-latest, ubuntu-latest] - rust_version: [stable] - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Install Rust toolchain - uses: dtolnay/rust-toolchain@master - with: - toolchain: ${{ matrix.rust_version }} - components: llvm-tools-preview - - - name: Cache Rust dependencies - uses: Swatinem/rust-cache@v1 - - - name: Run tests - run: cargo test --all-targets --no-default-features - test-direct-minimal-versions: name: Unit tests with minimum versions of direct dependencies runs-on: ${{ matrix.os }}