Compare commits

...

1 Commits

Author SHA1 Message Date
Floris Bruynooghe
1d1af21a00 Add a cargo-doc run to github actions 2020-02-14 23:35:55 +01:00

View File

@@ -45,4 +45,22 @@ jobs:
- uses: actions-rs/clippy-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
args: --all-features
args: --all-features
doc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2019-11-06
override: true
- uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps -p deltachat
- uses: actions-rs/cargo@v1
with:
command: doc
args: --no-deps -p deltachat_ffi