We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64726be commit 5694cbbCopy full SHA for 5694cbb
.github/workflows/tests.yml
@@ -15,6 +15,8 @@ jobs:
15
typst-version:
16
- typst: 0.12
17
tytanic: 0.1
18
+ - typst: 0.13.0-rc1
19
+ tytanic: 0.2.0-rc1
20
- typst: 0.13
21
tytanic: 0.2
22
# the docs don't need to build with all versions supported by the package;
@@ -29,7 +31,7 @@ jobs:
29
31
uses: actions/checkout@v4
30
32
33
- name: Install just and tytanic
- uses: taiki-e/install-action@v2
34
+ uses: taiki-e/install-action@pre
35
with:
36
tool: just,tytanic@${{ matrix.typst-version.tytanic }}
37
@@ -40,7 +42,9 @@ jobs:
40
42
typst-version: ${{ matrix.typst-version.typst }}
41
43
44
- name: Run test suite
- run: just test
45
+ run: |
46
+ tt --version
47
+ just test
48
49
- name: Archive test results
50
uses: actions/upload-artifact@v4
0 commit comments