Skip to content

Commit 98f0b98

Browse files
committed
.github/workflows/rust.yml:
cargo install --path . --verbose executables must be installed for tests
1 parent e0b7dce commit 98f0b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,7 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Build
2020
run: cargo build --verbose
21+
- name: Install
22+
run: cargo install --path . --verbose
2123
- name: Run tests
2224
run: cargo test -- --nocapture

0 commit comments

Comments
 (0)