Skip to content

Commit 7bf753b

Browse files
committed
finale
1 parent f3af107 commit 7bf753b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/emacs-checks.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ jobs:
8080
with:
8181
version: 'snapshot'
8282

83+
- name: Setup Rustowl
84+
run: |
85+
./scripts/build/toolchain cargo build --release
86+
./scripts/build/toolchain cargo install --path . --locked
87+
8388
- name: Run Tests
8489
run: eask run script test
8590

@@ -95,6 +100,11 @@ jobs:
95100
with:
96101
version: 28.1
97102

103+
- name: Setup Rustowl
104+
run: |
105+
./scripts/build/toolchain cargo build --release
106+
./scripts/build/toolchain cargo install --path . --locked
107+
98108
- name: Setup Eask
99109
uses: emacs-eask/setup-eask@master
100110
with:

0 commit comments

Comments
 (0)