Skip to content

Commit ea2161f

Browse files
committed
test action: cargo test on supported platforms
1 parent a89ae88 commit ea2161f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
toolchain: stable
2626
- run: cargo build --examples --verbose
27+
- run: cargo test
2728
- name: Upload artifacts
2829
uses: actions/upload-artifact@v2
2930
with:
@@ -92,6 +93,7 @@ jobs:
9293
with:
9394
toolchain: stable
9495
- run: cargo build --examples --verbose
96+
- run: cargo test
9597
- name: Upload artifacts
9698
uses: actions/upload-artifact@v2
9799
with:
@@ -119,6 +121,7 @@ jobs:
119121
with:
120122
toolchain: stable
121123
- run: cargo build --examples --verbose
124+
- run: cargo test
122125
- name: Upload artifacts
123126
uses: actions/upload-artifact@v2
124127
with:

0 commit comments

Comments
 (0)