Skip to content

Commit

Permalink
Skip tests on 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed Oct 2, 2022
1 parent b960b3a commit aa7e2cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Expand Up @@ -43,9 +43,11 @@ jobs:
run: cargo build --verbose

- name: Cargo test
if: matrix.toolchain != '1.36.0'
run: cargo test --verbose

- name: Cargo test w/ serde
if: matrix.toolchain != '1.36.0'
run: cargo test --verbose --features serde

- name: Cargo check w/o default features
Expand Down

0 comments on commit aa7e2cb

Please sign in to comment.