Skip to content

Commit 5694cbb

Browse files
committed
run tests on 0.12 _and_ 0.13 (#32)
1 parent 64726be commit 5694cbb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
typst-version:
1616
- typst: 0.12
1717
tytanic: 0.1
18+
- typst: 0.13.0-rc1
19+
tytanic: 0.2.0-rc1
1820
- typst: 0.13
1921
tytanic: 0.2
2022
# the docs don't need to build with all versions supported by the package;
@@ -29,7 +31,7 @@ jobs:
2931
uses: actions/checkout@v4
3032

3133
- name: Install just and tytanic
32-
uses: taiki-e/install-action@v2
34+
uses: taiki-e/install-action@pre
3335
with:
3436
tool: just,tytanic@${{ matrix.typst-version.tytanic }}
3537

@@ -40,7 +42,9 @@ jobs:
4042
typst-version: ${{ matrix.typst-version.typst }}
4143

4244
- name: Run test suite
43-
run: just test
45+
run: |
46+
tt --version
47+
just test
4448
4549
- name: Archive test results
4650
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)