From 88a85cf64cd58927da2ff370f99862d5e2be3ccc Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 29 Aug 2025 08:55:19 -0700 Subject: delete unneeded files --- src/apple_silicon/.github/workflows/ci.yml | 35 ------------------------------ 1 file changed, 35 deletions(-) delete mode 100644 src/apple_silicon/.github/workflows/ci.yml (limited to 'src/apple_silicon/.github/workflows') diff --git a/src/apple_silicon/.github/workflows/ci.yml b/src/apple_silicon/.github/workflows/ci.yml deleted file mode 100644 index 59ce8e7..0000000 --- a/src/apple_silicon/.github/workflows/ci.yml +++ /dev/null @@ -1,35 +0,0 @@ -name: 🦀 Rust CI - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - runs-on: macos-latest - - steps: - - uses: actions/checkout@v4 - - - uses: dtolnay/rust-toolchain@stable - with: - components: rustfmt, clippy - - - uses: Swatinem/rust-cache@v2 - - - name: Check formatting - run: cargo fmt --all -- --check - - - name: Run clippy - run: cargo clippy -- -D warnings - - - name: Run tests - run: cargo test --verbose - - - name: Build - run: cargo build --verbose -- cgit v1.2.3