Skip to content

Commit

Permalink
remove job dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed May 30, 2023
1 parent 63b2a1f commit de3725a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
paths: "results.xml"
if: always()
test_slow:
needs: [ test ]
name: test slow (${{ matrix.runs-on }})
runs-on: ${{ matrix.runs-on }}
strategy:
Expand All @@ -57,7 +56,6 @@ jobs:
paths: "results.xml"
if: always()
# test_all_features:
# needs: [ test ]
# name: test all features (${{ matrix.runs-on }})
# runs-on: ${{ matrix.runs-on }}
# strategy:
Expand Down

0 comments on commit de3725a

Please sign in to comment.