diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7cdf4ac5..5a2f431b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,23 +24,23 @@ jobs: - uses: actions/checkout@v3 with: submodules: true - - uses: dtolnay/rust-toolchain@master + - uses: dtolnay/rust-toolchain@stable with: components: rust-src - toolchain: nightly + toolchain: stable - if: matrix.dtls_backend == 'gnutls' uses: awalsh128/cache-apt-pkgs-action@latest with: packages: libgnutls28-dev libgnutls30 version: 1.0 - if: matrix.crate == 'libcoap-rs' && matrix.dtls_backend != 'gnutls' - run: cargo test -p ${{ matrix.crate }} --no-default-features --features dtls,tcp,vendored --features dtls_${{ matrix.dtls_backend }} --features dtls_${{ matrix.dtls_backend }}_vendored --no-fail-fast -- -Z unstable-options --report-time --ensure-time + run: cargo test -p ${{ matrix.crate }} --no-default-features --features dtls,tcp,vendored --features dtls_${{ matrix.dtls_backend }} --features dtls_${{ matrix.dtls_backend }}_vendored --no-fail-fast - if: matrix.crate == 'libcoap-rs' && matrix.dtls_backend == 'gnutls' - run: cargo test -p ${{ matrix.crate }} --no-default-features --features dtls,tcp,vendored --features dtls_${{ matrix.dtls_backend }} --no-fail-fast -- -Z unstable-options --report-time --ensure-time + run: cargo test -p ${{ matrix.crate }} --no-default-features --features dtls,tcp,vendored --features dtls_${{ matrix.dtls_backend }} --no-fail-fast - if: matrix.crate == 'libcoap-sys' && matrix.dtls_backend != 'gnutls' - run: cargo test -p ${{ matrix.crate }} --features dtls,dtls_backend_${{ matrix.dtls_backend }},dtls_backend_${{ matrix.dtls_backend }}_vendored --no-fail-fast -- -Z unstable-options --report-time --ensure-time + run: cargo test -p ${{ matrix.crate }} --features dtls,dtls_backend_${{ matrix.dtls_backend }},dtls_backend_${{ matrix.dtls_backend }}_vendored --no-fail-fast - if: matrix.crate == 'libcoap-sys' && matrix.dtls_backend == 'gnutls' - run: cargo test -p ${{ matrix.crate }} --features dtls,dtls_backend_${{ matrix.dtls_backend }} --no-fail-fast -- -Z unstable-options --report-time --ensure-time + run: cargo test -p ${{ matrix.crate }} --features dtls,dtls_backend_${{ matrix.dtls_backend }} --no-fail-fast lint: runs-on: ubuntu-latest diff --git a/.idea/dtsSettings.xml b/.idea/dtsSettings.xml new file mode 100644 index 00000000..c0b5c345 --- /dev/null +++ b/.idea/dtsSettings.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Test.xml b/.idea/runConfigurations/Test.xml index 7f713101..ec677be7 100644 --- a/.idea/runConfigurations/Test.xml +++ b/.idea/runConfigurations/Test.xml @@ -2,10 +2,7 @@