Skip to content

Commit

Permalink
feat(#372): temporarily disable atlas-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sourabhxyz committed Dec 24, 2024
1 parent 6a4f217 commit 7f31d79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ jobs:
run: cabal run atlas-unified-tests -- -j1 --hide-successes
- name: Run privnet tests
run: cabal run atlas-privnet-tests -- -j1 --hide-successes
- name: Run all tests (cabal)
run: cabal run atlas-tests -- -j1 --hide-successes
# - name: Run all tests (cabal)
# run: cabal run atlas-tests -- -j1 --hide-successes
- name: Run doctest (docspec)
run: |
# Install docspec and run doctests.
Expand Down

0 comments on commit 7f31d79

Please sign in to comment.