remove spec minimal feature gating in tests (#4468)

* remove spec minimal feature gating in tests

* do merge transition in overflow cache test
This commit is contained in:
realbigsean
2023-07-14 15:59:15 -04:00
committed by GitHub
parent c3ef84bda2
commit 2b93c0eb0d
10 changed files with 28 additions and 42 deletions

View File

@@ -119,8 +119,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run operation_pool tests for all known forks
run: make test-op-pool
network-minimal-tests:
name: network-minimal-tests
network-tests:
name: network-tests
runs-on: ubuntu-latest
needs: cargo-fmt
steps:
@@ -131,8 +131,8 @@ jobs:
uses: arduino/setup-protoc@e52d9eb8f7b63115df1ac544a1376fdbf5a39612
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run network tests for all known forks using the minimal spec
run: make test-network-minimal
- name: Run network tests for all known forks
run: make test-network
slasher-tests:
name: slasher-tests
runs-on: ubuntu-latest