We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems it doesn't work:
name: Rust on: push: branches: [ "master" ] pull_request: branches: [ "master" ] env: CARGO_TERM_COLOR: always CARGO_INCREMENTAL: 0 # Disable incremental compilation for faster from-scratch builds jobs: build: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - name: Rust Cache uses: Swatinem/[email protected] - name: Build run: cargo build --release env: DATABASE_URL: ${{ secrets.DATABASE_URL_LOCAL }}
The text was updated successfully, but these errors were encountered:
Ah, so it fails if tests fail. Do you know if I can launch cache saving manually before the tests run?
Sorry, something went wrong.
No branches or pull requests
It seems it doesn't work:
The text was updated successfully, but these errors were encountered: