From 1aceda787aa23bb9bf649c07c0bb75d1a2070c5e Mon Sep 17 00:00:00 2001 From: Raphael Date: Sun, 15 Mar 2026 18:13:54 +0100 Subject: [PATCH] ci(gh/rust): removing github action --- .github/workflows/rust.yml | 32 -------------------------------- flake.nix | 1 - 2 files changed, 33 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 adb8940..0000000 --- a/.github/workflows/rust.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Rust - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -env: - CARGO_TERM_COLOR: always - -jobs: - build: - - runs-on: ubuntu-latest - container: - image: nixos/nix:latest - env: - NIX_CONFIG: "extra-experimental-features = nix-command flakes" - - steps: - - name: checkout depedencies - run: nix shell nixpkgs#nodejs - - uses: actions/checkout@v4 - - name: build - run: nix develop . - - name: Install sqlx-cli - run: cargo install sqlx-cli --no-default-features --features postgres - - name: Prepare - run: cargo sqlx prepare --check - - name: Build - run: cargo build diff --git a/flake.nix b/flake.nix index 4732290..95638c7 100644 --- a/flake.nix +++ b/flake.nix @@ -58,7 +58,6 @@ [ tmux-setup rustToolchain - act cargo cargo-audit cargo-edit