Skip to content

Commit

Permalink
Remove debug flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Niols committed Jan 31, 2023
1 parent cc5d848 commit 4e0116b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Build and run tests
run: |
nix flake check -L
nix flake check
nix develop .#ci --command cabal update
nix develop .#ci --command bash ci/run-tests.sh --ci
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
## NOTE: in case of formatting error, check the versions of
## ormolu and try replacing by ${pkgs.ormolu}/bin/ormolu
## https://discourse.nixos.org/t/nix-shell-buildinputs-ordering-issue/12885/8
ormolu --version
ormolu --mode check $(find . -name '*.hs') || exit 1
'';
## The derivation succeeds if the output is created.
Expand Down

0 comments on commit 4e0116b

Please sign in to comment.