From cf86da0ecf8cf5b7d23ccd117658fc108d418395 Mon Sep 17 00:00:00 2001 From: Pere Diaz Bou Date: Wed, 13 Nov 2024 13:57:15 +0000 Subject: [PATCH] remove extra workflow --- .github/workflows/rust.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a8129dca2..d6cd40313 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,23 +17,6 @@ jobs: - name: Check formatting run: cargo fmt --check - test-wal-restart: - strategy: - matrix: - os: [ubuntu-latest, macos-latest, windows-latest] - - runs-on: ${{ matrix.os }} - - steps: - - uses: actions/checkout@v3 - - uses: Swatinem/rust-cache@v2 - - name: Build - run: cargo build --verbose - - name: Test - env: - RUST_LOG: 'trace' - run: cargo test --verbose - timeout-minutes: 5 build-native: strategy: matrix: