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