From ea2a1525f0fc461ec9a5dc1839aec9b66c4e1ecc Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 22 Nov 2022 20:17:51 +0100 Subject: Scheduled maintenance --- .github/workflows/rust.yml | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 .github/workflows/rust.yml (limited to '.github/workflows/rust.yml') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml deleted file mode 100644 index db77d154..00000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,36 +0,0 @@ -name: Continuous integration - -on: - push: - branches: [main] - pull_request: - branches: [main] - -env: - CARGO_TERM_COLOR: always - -jobs: - ci: - runs-on: ubuntu-latest - strategy: - matrix: - rust: [stable] - - steps: - - name: Checkout source code - uses: actions/checkout@v2 - - - name: Dependency cache - uses: Swatinem/rust-cache@v1 - - - name: Build - uses: actions-rs/cargo@v1 - with: - command: build - args: --all - - - name: Test - uses: actions-rs/cargo@v1 - with: - command: test - args: --all -- cgit v1.2.3