Skip to content

Commit

Permalink
Check docs
Browse files Browse the repository at this point in the history
  • Loading branch information
roberth committed Feb 8, 2023
1 parent ea95618 commit 54f67c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ echo "\n||| Testing nix flake checks"
nix --option sandbox false \
build --override-input haskell-flake path:${FLAKE} -L .#check

echo "\n||| Testing docs"
nix --option sandbox false \
build --override-input haskell-flake path:${FLAKE} \
-L --show-trace \
github:hercules-ci/flake.parts-website#checks.x86_64-linux.linkcheck

echo "\n||| All tests passed!"

0 comments on commit 54f67c8

Please sign in to comment.