From 363b90f65761699d440a7d14d9b5e6903bd7f067 Mon Sep 17 00:00:00 2001 From: Dawn Mendez <105407893+Keepstacking22@users.noreply.github.com> Date: Sat, 28 Jun 2025 15:24:48 -0400 Subject: [PATCH] Revert "Very simple Rust workflow" --- .github/workflows/rust.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/workflows/rust.yml diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index 30a1da32a5..0000000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Rust - -on: - pull_request: - branches: - - master -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v1 - - name: Build - run: cargo build --verbose --features vendored-openssl - - name: Run tests - run: cargo test --verbose --features vendored-openssl