diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7ae98f3..65493ed 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,5 +18,5 @@ jobs: - uses: actions/checkout@v2 - name: Build run: cargo build --verbose - - name: Run tests - run: cargo test --verbose + #- name: Run tests + # run: cargo test --verbose |
