Skip to content

Commit 1532304

Browse files
committed
Switch CI to tytanic
1 parent 85fd0ba commit 1532304

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,11 @@ jobs:
2323
packages: cargo
2424
version: 1.0
2525

26-
- name: Install typst-test from GitHub
26+
- name: Install tytanic from crates.io
2727
uses: baptiste0928/cargo-install@v3
2828
with:
29-
crate: typst-test
30-
git: https://github.com/tingerrr/typst-test.git
31-
tag: ci-semi-stable
32-
33-
- name: Setup typst
34-
uses: typst-community/setup-typst@v3
29+
crate: tytanic
30+
version: 0.1
3531

3632
- name: Run test suite
37-
run: typst-test run
33+
run: tt run

0 commit comments

Comments
 (0)