diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 966e3118..59af2e98 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -105,8 +105,6 @@ jobs: cd pytrustfall poetry install --no-interaction --no-root - - uses: r7kamura/rust-problem-matchers@v1 - - name: maturin build and test run: | cd pytrustfall @@ -186,8 +184,6 @@ jobs: - uses: Swatinem/rust-cache@v2 - - uses: r7kamura/rust-problem-matchers@v1 - # Test all crates except trustfall_stubgen, # which is only tested if it has changed since its tests are a bit long. # @@ -306,8 +302,6 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - uses: r7kamura/rust-problem-matchers@v1 - - name: Run cargo test and wasm-pack tests run: | cd trustfall_wasm