forked from quic-go/quic-go
set the TIMESCALE_FACTOR for integration tests on CircleCI and GitHub Actions
This commit is contained in:
@@ -5,11 +5,13 @@ executors:
|
||||
- image: "circleci/golang:1.15"
|
||||
environment:
|
||||
runrace: true
|
||||
TIMESCALE_FACTOR: 3
|
||||
test-go116:
|
||||
docker:
|
||||
- image: "circleci/golang:1.16"
|
||||
environment:
|
||||
runrace: true
|
||||
TIMESCALE_FACTOR: 3
|
||||
|
||||
jobs:
|
||||
"test": &test
|
||||
|
||||
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
@@ -1,12 +1,14 @@
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
unit:
|
||||
integration:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
go: [ "1.15.x", "1.16.x" ]
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
TIMESCALE_FACTOR: 3
|
||||
name: Integration Tests (Go ${{ matrix.go }})
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user