From e98c996874f7b8981931cbfc70e908a13748c64c Mon Sep 17 00:00:00 2001 From: soruh Date: Sun, 7 May 2023 02:21:09 +0200 Subject: [PATCH] don't test all-features --- .cargo/config.toml | 2 +- .gitea/workflows/checks.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 604e6f7..ba238c5 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,2 @@ [build] -rustflags = [ "--cfg", "tokio_unstable" ] +# rustflags = [ "--cfg", "tokio_unstable" ] diff --git a/.gitea/workflows/checks.yaml b/.gitea/workflows/checks.yaml index dad4634..0465dac 100644 --- a/.gitea/workflows/checks.yaml +++ b/.gitea/workflows/checks.yaml @@ -35,4 +35,4 @@ jobs: steps: - uses: actions/checkout@v3 - uses: actions-rust-lang/setup-rust-toolchain@v1 - - run: cargo test --all-features + - run: cargo test