Skip to content

Commit 3fce60d

Browse files
committed
Run tests in parallel
1 parent 82746a2 commit 3fce60d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '0 0 1 * *'
88

99
jobs:
10-
test:
10+
test-all:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: earthly/actions-setup@v1
@@ -16,5 +16,13 @@ jobs:
1616
- uses: actions/checkout@v6
1717
- name: Test all supported versions
1818
run: earthly --ci +test
19+
20+
test-latest:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- uses: earthly/actions-setup@v1
24+
with:
25+
version: "^0.8"
26+
- uses: actions/checkout@v6
1927
- name: Test latest releases
2028
run: earthly --ci +test-latest

0 commit comments

Comments
 (0)