Skip to content

Commit

Permalink
Run dune test with --no-buffer to avoid clipping alcotest descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
yfyf committed Sep 3, 2024
1 parent 7d6b6e6 commit 48f4883
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ jobs:
extra_nix_config: |
system-features = nixos-test benchmark big-parallel kvm
- uses: DeterminateSystems/magic-nix-cache-action@v4
- run: cd controller && nix-shell --run 'dune test -f'
- run: cd controller && nix-shell --run 'dune test -f --no-buffer'
2 changes: 1 addition & 1 deletion testing/run
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ popd

# Ocaml tests
pushd "$(dirname "$(realpath "$0")")/../controller"
nix-shell --run 'dune test -f'
nix-shell --run 'dune test -f --no-buffer'
popd

0 comments on commit 48f4883

Please sign in to comment.