We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9f9d4 commit 4fee105Copy full SHA for 4fee105
.github/workflows/ci.yml
@@ -203,9 +203,6 @@ jobs:
203
# find . -type d -name ".git" -exec rm -rf {} +
204
find . -type d -name "nimcache" -exec rm -rf {} +
205
mingw32-make ${DEFAULT_MAKE_FLAGS} test t8n_test
206
- if [[ '${{ matrix.target.cpu }}' == 'amd64' ]]; then
207
- mingw32-make ${DEFAULT_MAKE_FLAGS}
208
- fi
209
210
- name: Run nimbus-eth1 tests (Linux)
211
if: runner.os == 'Linux'
0 commit comments