From 57cee32300b20491840a8ce1b53fcf36d84db775 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 21 Jul 2026 22:43:54 +0200 Subject: Remove .github directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .github/workflows/ci.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/ci.yml (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 3e4d8b4..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: CI - -on: - push: - branches: [main] - pull_request: - branches: [main] - -env: - RUSTFLAGS: "-Dwarnings" - -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Ensure latest Rust stable - run: | - rustup update stable - rustup default stable - - - name: Run tests - env: - MIHI_DATABASE: test.sqlite3 - run: | - mkdir -p $HOME/.config/mihi - cp testdata/test.sqlite3 $HOME/.config/mihi/ - cargo test --verbose - - - name: Run Clippy - run: cargo clippy --all-targets --all-features -- cgit v1.2.3