diff options
| author | seth <[email protected]> | 2023-10-21 18:09:06 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-21 18:09:06 -0400 |
| commit | 8e23456caf2c025a078604f8d5780d271f27b6a3 (patch) | |
| tree | a6f19a3e87bc4bb8360f8ac58f73d02c4a40dc4c /.github | |
| parent | 21178593736cc1baa6a45ca76fefdff04d530869 (diff) | |
actions: enabled --show-trace for flake check
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c2b48ad..fd765fe 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -62,4 +62,4 @@ jobs: uses: DeterminateSystems/magic-nix-cache-action@v2 - name: run check - run: nix flake check --accept-flake-config -Lv + run: nix flake check --accept-flake-config -Lv --show-trace |
