diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0ef0d481e7..0ffb27c0ca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -2,22 +2,22 @@ name: Rust on: push: - branches: [ main ] + branches: [main] pull_request: - branches: [ main ] + branches: [main] jobs: build-and-test: - runs-on: ubuntu-latest env: TRAVIS: true # emulate CI, some code depends on it to do less work steps: - - uses: actions/checkout@v2 - - name: Run tests - run: | - source ~/.profile - make test-gen - make gen-all-cli cargo-api ARGS=test - make cargo-api ARGS=doc - cargo test + - uses: actions/checkout@v2 + - name: Run tests + run: | + source ~/.profile + make test-gen + make gen-all-cli cargo-api ARGS=test + make cargo-api ARGS=doc + make docs-all + cargo test diff --git a/requirements.txt b/requirements.txt index 446991c6bd..2a8428cf23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ mako==1.1.4 pyyaml -mkdocs==1.1.2 +mkdocs==0.11 pytest pytest-cov importlib_resources