Skip to content

Commit ba0bb72

Browse files
committed
updated test runner
1 parent afe1c15 commit ba0bb72

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,12 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

19-
- name: Probe runner package cache
20-
uses: awalsh128/cache-apt-pkgs-action@latest
19+
- name: Install tytanic
20+
uses: taiki-e/cache-cargo-install-action@v2
2121
with:
22-
packages: cargo
23-
version: 1.0
24-
25-
- name: Install tytanic from crates.io
26-
uses: baptiste0928/cargo-install@v3.0.0
27-
with:
28-
crate: tytanic
29-
version: '0.2.1'
22+
tool: tytanic@0.3.3
3023

3124
- name: Run test suite
3225
run: tt run
@@ -40,4 +33,4 @@ jobs:
4033
tests/**/diff/*.png
4134
tests/**/out/*.png
4235
tests/**/ref/*.png
43-
retention-days: 5
36+
retention-days: 5

0 commit comments

Comments
 (0)