only run failing test
authorValentine Wallace <vwallace@protonmail.com>
Wed, 17 Feb 2021 18:59:34 +0000 (13:59 -0500)
committerValentine Wallace <vwallace@protonmail.com>
Wed, 17 Feb 2021 18:59:34 +0000 (13:59 -0500)
.github/workflows/build.yml

index 58454aaa458961cb58cf611379dea3f807807fd3..91b4f4ec5f663362d78e134ca366fe14d0ec0e47 100644 (file)
@@ -68,7 +68,7 @@ jobs:
       #     cd ..
       - name: Test on Rust ${{ matrix.toolchain }} with net-tokio
         if: "matrix.build-net-tokio && !matrix.coverage"
-        run: cargo test --verbose --color always -- --nocapture
+        run: cargo test --verbose --color always -- --nocapture test_filesystem_persister
       - name: Test on Rust ${{ matrix.toolchain }} with net-tokio and full code-linking for coverage generation
         if: matrix.coverage
         run: RUSTFLAGS="-C link-dead-code" cargo test --verbose --color always