Skip to content

Commit de3725a

Browse files
author
zacharyburnett
committed
remove job dependencies
1 parent 63b2a1f commit de3725a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
paths: "results.xml"
3737
if: always()
3838
test_slow:
39-
needs: [ test ]
4039
name: test slow (${{ matrix.runs-on }})
4140
runs-on: ${{ matrix.runs-on }}
4241
strategy:
@@ -57,7 +56,6 @@ jobs:
5756
paths: "results.xml"
5857
if: always()
5958
# test_all_features:
60-
# needs: [ test ]
6159
# name: test all features (${{ matrix.runs-on }})
6260
# runs-on: ${{ matrix.runs-on }}
6361
# strategy:

0 commit comments

Comments
 (0)