diff options
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 |
