Un-regress from v3 porting losses

This commit is contained in:
2022-10-13 08:15:14 -04:00
parent 75aabac594
commit 85ff0c550a
21 changed files with 220 additions and 180 deletions

View File

@@ -46,8 +46,11 @@ jobs:
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
run: make generate
- run: make diffcheck
- if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
# TODO: switch once v3 is released {{
# - if: matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
- if: 'false'
run: make v2diff
# }}
- if: success() && matrix.go == '1.19.x' && matrix.os == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with: