Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! chore(ci): improve ci runs
Browse files Browse the repository at this point in the history
  • Loading branch information
datYori committed Jan 9, 2025
1 parent 360e447 commit 4d02207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: sudo find /home/runner/work/_temp -type d -name 'setup-nix-cache-action-*' -exec sh -c 'truncate -s 0 "$1"/post-build-hook' _ {} \;

# Run all the tests, with unlimited log lines in CI
- run: nix build .#allTestSuites --option log-lines 0
- run: nix build .#allTestSuites

# Upload logs from ./result/test_output as a build artifact
- name: Upload test logs
Expand Down

0 comments on commit 4d02207

Please sign in to comment.