"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file ".github/workflows/functional.yaml" between
etcd-3.5.6.tar.gz and etcd-3.5.7.tar.gz

About: etcd is a distributed reliable key-value store for the most critical data of a distributed system (written in "Go").

functional.yaml  (etcd-3.5.6):functional.yaml  (etcd-3.5.7)
skipping to change at line 15 skipping to change at line 15
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
target: target:
- linux-amd64-functional - linux-amd64-functional
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-go@v2 - uses: actions/setup-go@v2
with: with:
go-version: "1.16.15" go-version: "1.17.13"
- run: date - run: date
- env: - env:
TARGET: ${{ matrix.target }} TARGET: ${{ matrix.target }}
run: | run: |
echo "${TARGET}" echo "${TARGET}"
case "${TARGET}" in case "${TARGET}" in
linux-amd64-functional) linux-amd64-functional)
GO_BUILD_FLAGS='-v -mod=readonly' ./build && GOARCH=amd64 PASSES='fu nctional' ./test GO_BUILD_FLAGS='-v -mod=readonly' ./build && GOARCH=amd64 PASSES='fu nctional' ./test
;; ;;
*) *)
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)