Skip to content

Commit

Permalink
Fix run-tests dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn Henson committed Mar 14, 2024
1 parent ae48c81 commit b957a87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
run-tests:
name: Run Tests
runs-on: windows-latest
needs: [build]
strategy:
matrix:
build_type: [Debug, Release]
Expand Down

0 comments on commit b957a87

Please sign in to comment.