forked from quic-go/quic-go
ci: remove 386 (32 bit x86) (#5352)
The last 386 cpu was from 20 years ago (Pentium 4)
This commit is contained in:
6
.github/workflows/unit.yml
vendored
6
.github/workflows/unit.yml
vendored
@@ -39,12 +39,6 @@ jobs:
|
||||
go test -c -cover -tags root -o quic-go.test .
|
||||
sudo ./quic-go.test -test.v -test.run "${TEST_NAMES%|}" -test.coverprofile coverage-root.txt 2>&1 | go-junit-report -set-exit-code -iocopy -package-name github.com/quic-go/quic-go -out report_root.xml
|
||||
rm quic-go.test
|
||||
- name: Run tests (32 bit)
|
||||
if: ${{ matrix.os != 'macos' }} # can't run 32 bit tests on macOS
|
||||
env:
|
||||
TIMESCALE_FACTOR: 10
|
||||
GOARCH: 386
|
||||
run: go test -v -shuffle on ./...
|
||||
- name: Run tests with race detector
|
||||
if: ${{ matrix.os == 'ubuntu' }} # speed things up. Windows and OSX VMs are slow
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user