Skip to content

Commit bedd5ca

Browse files
authored
Redo integration tests in rust (#46)
1 parent 2365dd5 commit bedd5ca

File tree

21 files changed

+677
-258
lines changed

21 files changed

+677
-258
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ jobs:
2323
command: check
2424
args: --locked
2525

26+
# install all missing package managers
27+
- uses: actions/setup-node@v4
28+
- uses: oven-sh/setup-bun@v1
29+
- uses: pnpm/action-setup@v4
30+
with:
31+
version: 9.4.0
32+
2633
- uses: actions-rs/cargo@v1
2734
with:
2835
command: test

0 commit comments

Comments
 (0)