diff options
Diffstat (limited to '.github/workflows/rust.yml')
-rw-r--r-- | .github/workflows/rust.yml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4d83bac..398cb46 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -61,19 +61,6 @@ jobs: - run: cargo test --package askama_gotham --all-targets - run: cargo clippy --package askama_gotham --all-targets -- -D warnings - Iron: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true - components: clippy - - run: cargo test --package askama_iron --all-targets - - run: cargo clippy --package askama_iron --all-targets -- -D warnings - Rocket: runs-on: ubuntu-latest steps: |