Skip to content

Commit

Permalink
Update daily.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jio-gl authored Oct 10, 2023
1 parent 399a21d commit 8f8cfcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: Cargo.lock

intense-tests:
#needs: generate-lockfile-and-audit
needs: generate-lockfile-and-audit
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
Expand All @@ -59,7 +59,7 @@ jobs:
run: cargo make --profile github-actions test

publish:
needs: intense-tests
#needs: intense-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8f8cfcc

Please sign in to comment.