Skip to content

Commit

Permalink
ci: speed up builds w/ fast runner (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
dionysuzx authored May 30, 2024
1 parent 5a5ecbe commit a90476d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
build-test:
name: Build and test
runs-on: ubuntu-latest
runs-on: [taiko-runner]
timeout-minutes: 120
strategy:
matrix:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

build-test-sgx-with-docker:
name: Build and test sgx with Docker
runs-on: ubuntu-latest
runs-on: [taiko-runner]
timeout-minutes: 60

steps:
Expand All @@ -107,7 +107,7 @@ jobs:

test-lib:
name: Test raiko-lib
runs-on: ubuntu-latest
runs-on: [taiko-runner]
timeout-minutes: 60

steps:
Expand All @@ -121,7 +121,7 @@ jobs:

clippy:
name: clippy
runs-on: ubuntu-latest
runs-on: [taiko-runner]
timeout-minutes: 30

steps:
Expand All @@ -139,7 +139,7 @@ jobs:

fmt:
name: fmt
runs-on: ubuntu-latest
runs-on: [taiko-runner]
timeout-minutes: 10

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openapi-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:
jobs:
deploy-docs:
name: Generate OpenAPI docs
runs-on: ubuntu-latest
runs-on: [taiko-runner]
environment:
name: ${{ (github.ref == 'refs/heads/main') && 'github-pages' || 'test-environment' }}
url: ${{ steps.deployment.outputs.page_url }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release-please:
runs-on: ubuntu-latest
runs-on: [taiko-runner]
steps:
- uses: googleapis/release-please-action@v4
with:
Expand Down

0 comments on commit a90476d

Please sign in to comment.