Skip to content

Commit

Permalink
ci: reenable all integration tests in workspace (foundry-rs#1110)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Mar 28, 2022
1 parent 496687c commit 860ae1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cache-on-failure: true

- name: cargo test
run: cargo test --locked --workspace --features integration-tests --test integration
run: cargo test --locked --workspace --all-features --test '*'

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 860ae1b

Please sign in to comment.