1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 01:51:47 +02:00

Remove test.yml

This commit is contained in:
Luc Perkins 2025-03-28 13:58:39 -03:00
parent cb84d20e79
commit 6feccefc2d
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -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