Skip to content

Commit aa7e2cb

Browse files
committed
Skip tests on 1.36
1 parent b960b3a commit aa7e2cb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ jobs:
4343
run: cargo build --verbose
4444

4545
- name: Cargo test
46+
if: matrix.toolchain != '1.36.0'
4647
run: cargo test --verbose
4748

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

5153
- name: Cargo check w/o default features

0 commit comments

Comments
 (0)