File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,18 +56,18 @@ jobs:
5656 toolchain : ${{ matrix.rust }}
5757 - run : cargo test --all-features
5858
59- test_all_features_types :
60- name : Test All features on the types crate
61- runs-on : ubuntu-latest
62- strategy :
63- matrix :
64- rust :
65- - stable
66- - nightly
67- - 1.67.0
68- steps :
69- - uses : actions/checkout@v3
70- - uses : dtolnay/rust-toolchain@master
71- with :
72- toolchain : ${{ matrix.rust }}
73- - run : cd chuchi-postgres-types && cargo test --features "serde,json,postgres"
59+ # test_all_features_types:
60+ # name: Test All features on the types crate
61+ # runs-on: ubuntu-latest
62+ # strategy:
63+ # matrix:
64+ # rust:
65+ # - stable
66+ # - nightly
67+ # - 1.67.0
68+ # steps:
69+ # - uses: actions/checkout@v3
70+ # - uses: dtolnay/rust-toolchain@master
71+ # with:
72+ # toolchain: ${{ matrix.rust }}
73+ # - run: cd chuchi-postgres-types && cargo test --features "serde,json,postgres"
You can’t perform that action at this time.
0 commit comments