Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only use Rust matchers in lint jobs. #439

Merged
merged 1 commit into from
Aug 7, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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