Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kostmo committed Jul 17, 2024
1 parent fbad144 commit 07cb1f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,10 +220,25 @@ jobs:
- name: build
run: |
$CABAL v2-build $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --write-ghc-environment-files=always
- name: Karl1
run: |
echo "Karl 1 start"
ls
echo "====="
pwd
echo "Karl 1 end"
- name: weeder
if: matrix.compilerVersion == '9.6.5'
uses: freckle/weeder-action@v2
with:
ghc-version: ${{ matrix.compilerVersion }}
- name: Karl2
run: |
echo "Karl 2 start"
ls
echo "====="
pwd
echo "Karl 2 end"
- name: tests
run: |
$CABAL v2-test $ARG_COMPILER $ARG_TESTS $ARG_BENCH all --test-show-details=direct
Expand Down
1 change: 0 additions & 1 deletion swarm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ extra-source-files:
editors/vim/*.vim
editors/vscode/syntaxes/*.yaml
example/*.sw
weeder.toml

extra-doc-files: docs/image/sublibrary-graph.svg
data-dir: data/
Expand Down

0 comments on commit 07cb1f4

Please sign in to comment.