Skip to content

Commit

Permalink
Only build rules_haskell_nix module
Browse files Browse the repository at this point in the history
There are no tests currently.
  • Loading branch information
avdv committed Nov 21, 2023
1 parent 2a4a83f commit 3cbfaf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ jobs:
bazel build //docs:api_html
bazel build //docs:guide_html
'
- name: Build & test - rules_haskell_nix
- name: Build - rules_haskell_nix
if: matrix.module == 'rules_haskell_nix'
run: |
nix-shell --arg docTools false --argstr ghcVersion ${{ matrix.ghc }} --pure --run '
set -euo pipefail
cd rules_haskell_nix
bazel test //...
bazel build //...
'
- name: Build & test - rules_haskell_tests
if: matrix.module == 'rules_haskell_tests'
Expand Down

0 comments on commit 3cbfaf3

Please sign in to comment.