Skip to content

Commit d84ff86

Browse files
bors[bot]marcoieni
andauthored
Merge #137
137: ci: fix build step r=therealprof a=MarcoIeni Due to a wrong copy-paste the `build` step of the ci was launching tests, too. With this PR we only check if the project compiles. ## Alternative If you like the previous approach (i.e. you want to test on nighly and 1.36.0, too) we could delete the `build` step and move the matrix in the `test` step. Co-authored-by: Marco Ieni <[email protected]>
2 parents 8a8b7a7 + 3fff69e commit d84ff86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
override: true
2929
- uses: actions-rs/cargo@v1
3030
with:
31-
command: test
31+
command: check
3232

3333
test:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)