Skip to content

Commit

Permalink
Only use Rust matchers in lint jobs. (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Aug 7, 2023
1 parent e1f4493 commit 303e150
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
#
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 303e150

Please sign in to comment.