Skip to content

Commit

Permalink
Speed up native dev build (#48028)
Browse files Browse the repository at this point in the history
### What?

More power for the CI to build the native binary for testing

### Why?

Waiting 1 hour for the tests is just too slow

### How?

More Cores
  • Loading branch information
sokra committed Apr 6, 2023
1 parent 1cf1198 commit bd8d7c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,7 @@ jobs:

build-native-test:
name: Build native binary for tests and metrics
runs-on: ubuntu-latest
runs-on: ubuntu-latest-16-core-oss
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: 'vercel'
Expand Down

0 comments on commit bd8d7c6

Please sign in to comment.