Skip to content

Commit 989e42b

Browse files
authored
Add toolchain setup and test step to workflow
1 parent fef2acc commit 989e42b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-and-deploy.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v5
11+
1112
- uses: actions-rs/toolchain@v1
1213
with:
1314
toolchain: stable
15+
16+
- uses: actions-rs/cargo@v1
17+
with:
18+
command: test
19+
1420
- uses: actions-rs/cargo@v1
1521
with:
1622
command: build

0 commit comments

Comments
 (0)