diff --git a/.forgejo/workflows/run-tests.yml b/.forgejo/workflows/run-tests.yml index b4b767b..30d0359 100644 --- a/.forgejo/workflows/run-tests.yml +++ b/.forgejo/workflows/run-tests.yml @@ -10,7 +10,9 @@ jobs: runs-on: native steps: - - name: Run nix flake check + - name: Checkout uses: actions/checkout@v3 - runs: | + + - name: nix flake check + run: | nix flake check --show-trace