We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89ae88 commit ea2161fCopy full SHA for ea2161f
1 file changed
.github/workflows/test.yaml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
toolchain: stable
26
- run: cargo build --examples --verbose
27
+ - run: cargo test
28
- name: Upload artifacts
29
uses: actions/upload-artifact@v2
30
@@ -92,6 +93,7 @@ jobs:
92
93
94
95
96
97
98
99
@@ -119,6 +121,7 @@ jobs:
119
121
120
122
123
124
125
126
127
0 commit comments