From 6feccefc2d0347d100839e171bd027feb6e25b2e Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 28 Mar 2025 13:58:39 -0300 Subject: [PATCH] Remove test.yml --- .github/workflows/test.yml | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/test.yml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 7b58c825f..000000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,21 +0,0 @@ -on: - workflow_call: - inputs: - os: - required: true - type: string - -jobs: - - tests: - strategy: - fail-fast: false - runs-on: ${{ inputs.os }} - timeout-minutes: 60 - steps: - - uses: actions/checkout@v4 - - uses: DeterminateSystems/nix-installer-action@main - with: - determinate: true - - uses: DeterminateSystems/flakehub-cache-action@main - - run: nix flake check -L