@@ -136,24 +136,24 @@ jobs:
136136 if : runner.os != 'Windows'
137137 run : cabal run ouroboros-network:ouroboros-network-sim-tests -- +RTS -maxN2 -RTS
138138
139- - name : cardano-diffusion: protocols-tests
139+ - name : cardano-diffusion [ protocols-tests]
140140 if : runner.os != 'Windows'
141141 run : cabal run cardano-diffusion:protocols-tests -- +RTS -maxN2 -RTS
142142
143- - name : cardano-diffusion: api-tests
143+ - name : cardano-diffusion [ api-tests]
144144 if : runner.os != 'Windows'
145145 run : cabal run cardano-diffusion:api-tests -- +RTS -maxN2 -RTS
146146
147147 - name : cardano-diffusion:protocols-tests
148148 if : runner.os != 'Windows'
149149 run : cabal run cardano-diffusion:protocols-tests -- +RTS -maxN2 -RTS
150150
151- - name : cardano-diffusion: cardano-diffusion-sim-test
151+ - name : cardano-diffusion [ cardano-diffusion-sim-test]
152152 if : runner.os != 'Windows'
153153 run : cabal run cardano-diffusion:cardano-diffusion-sim-tests -- +RTS -maxN2 -RTS
154154
155- - name : dmq-node [test ]
156- run : cabal run dmq-node:dmq-test -- +RTS -maxN2 -RTS
155+ - name : dmq-node [dmq-tests ]
156+ run : cabal run dmq-node:dmq-tests -- +RTS -maxN2 -RTS
157157
158158 # Uncomment the following back in for debugging. Remember to launch a `pwsh` from
159159 # the tmux session to debug `pwsh` issues. And be reminded that the `/msys2` and
0 commit comments