Skip to content

Commit

Permalink
chore: 临时删除CI中的自动化测试
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYiJun committed Mar 29, 2024
1 parent ddc0fc0 commit 7721416
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.21.1

- run: go version

- name: Automated Testing
env:
MODE: test
run: go test -v -count=1 -json -tags release ./tests/...
# - name: Set up Go
# uses: actions/setup-go@master
# with:
# go-version: 1.21.1
#
# - run: go version
#
# - name: Automated Testing
# env:
# MODE: test
# run: go test -v -count=1 -json -tags release ./tests/...

- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ jobs:
- name: Checkout
uses: actions/checkout@master

- name: Set up Go
uses: actions/setup-go@master
with:
go-version: 1.21.1

- run: go version
- name: Automated Testing
env:
MODE: test
run: go test -v -count=1 -json -tags release ./tests/...
# - name: Set up Go
# uses: actions/setup-go@master
# with:
# go-version: 1.21.1
#
# - run: go version
# - name: Automated Testing
# env:
# MODE: test
# run: go test -v -count=1 -json -tags release ./tests/...

- name: Set up QEMU
uses: docker/setup-qemu-action@master
Expand Down

0 comments on commit 7721416

Please sign in to comment.