diff --git a/.github/workflows/test-lint.yml b/.github/workflows/test-lint.yml index a9fb8e4..d896612 100644 --- a/.github/workflows/test-lint.yml +++ b/.github/workflows/test-lint.yml @@ -20,7 +20,7 @@ concurrency: jobs: build: - timeout-minutes: 10 + timeout-minutes: 20 runs-on: ubuntu-latest strategy: fail-fast: false @@ -31,7 +31,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.9" + python-version: "3.11" - name: Test with cargo run: | cargo test @@ -101,4 +101,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4