Skip to content

Commit

Permalink
ensure compile tests run in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Aug 11, 2023
1 parent df23c23 commit ec25c82
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/rust.yml
Expand Up @@ -51,6 +51,22 @@ jobs:
- name: Default features
run: cargo bench --no-run

ui:
name: UI
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab

- name: Install Rust toolchain
run: rustup default beta

- name: Compile pass
run: cargo test pass

- name: Compile fail
run: cargo test fail

msrv:
name: MSRV
runs-on: ubuntu-latest
Expand Down

0 comments on commit ec25c82

Please sign in to comment.