Skip to content

Commit

Permalink
temp: remove rts mem limit
Browse files Browse the repository at this point in the history
  • Loading branch information
fraser-iohk committed Jan 28, 2025
1 parent a859c04 commit 80d9606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
run: cabal run ouroboros-network-framework:sim-tests -- +RTS -maxN2 -RTS

- name: ouroboros-network-protocols [test]
run: cabal run ouroboros-network-protocols:test -- +RTS -maxN2 -RTS
run: cabal run ouroboros-network-protocols:test -- +RTS -RTS

- name: ouroboros-network [io-tests]
run: cabal run ouroboros-network:io-tests -- +RTS -maxN2 -RTS
Expand Down

0 comments on commit 80d9606

Please sign in to comment.