diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1088950..12a7dab 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,4 +14,4 @@ jobs: uses: DeterminateSystems/nix-installer-action@v9 - name: "Test: integration test" - run: nix flake check + run: nix flake check --print-build-logs