We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a51cb commit 82e2568Copy full SHA for 82e2568
.github/workflows/ci.yml
@@ -10,7 +10,8 @@ on:
10
11
jobs:
12
lint:
13
- runs-on: ubuntu-latest
+ runs-on:
14
+ group: lx64
15
steps:
16
- uses: actions/checkout@v4
17
@@ -26,7 +27,7 @@ jobs:
26
27
run: ./scripts/lint
28
29
test:
30
+ runs-on: lx64
31
32
33
@@ -39,4 +40,4 @@ jobs:
39
40
run: ./scripts/bootstrap
41
42
- name: Run tests
- run: ./scripts/test
43
+ run: ./scripts/test
0 commit comments