From d947dd35e04c283f29dc34faceed3904834546bf Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 14 Mar 2024 09:03:12 +0900 Subject: [PATCH] Revert "Create rust.yml" This reverts commit f0d19a13e504e7c3169be1c8c041faf0ac0032a8. Need to configure git in CI. --- .github/workflows/rust.yml | 22 ---------------------- 1 file changed, 22 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 31000a2..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Rust - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build - run: cargo build --verbose - - name: Run tests - run: cargo test --verbose