1 parent d762519 commit 5682b7dCopy full SHA for 5682b7d
2 files changed
.github/workflows/ci.yml
@@ -20,9 +20,6 @@ jobs:
20
- name: 📋 Verify tools
21
run: rokit list
22
23
- - name: Install toolchain
24
- run: rokit install
25
-
26
- name: Lute lint
27
run: lute lint src tests .lute
28
.github/workflows/tests.yml
- name: Run tests
run: lute test tests
@@ -41,9 +38,6 @@ jobs:
41
38
42
39
43
40
44
45
46
47
- name: Rust cache
48
uses: Swatinem/rust-cache@v2
49
with:
0 commit comments