chore: buildjet on test.yml (#10)

* chore: buildjet on test.yml

* remove backend fmt, test and clippy checks from pre-release workflow

---------

Co-authored-by: couscous <couscous@runner.com>
This commit is contained in:
Gabriel Gordon-Hall
2025-06-27 17:15:28 +01:00
committed by GitHub
parent 1416a12712
commit 58f621c816
2 changed files with 2 additions and 7 deletions

View File

@@ -15,7 +15,7 @@ env:
jobs:
test:
runs-on: ubuntu-latest
runs-on: buildjet-4vcpu-ubuntu-2204
steps:
- uses: actions/checkout@v4
@@ -49,6 +49,7 @@ jobs:
RUST_CACHE_DEBUG: true
with:
workspaces: "backend"
cache-provider: "buildjet"
- name: Checks
run: |