From ca2a7a8dc8eb25fa5cd5709cd3beb16b370ee5ac Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Wed, 14 Jun 2023 23:05:32 +0800 Subject: [PATCH] Update build/test action & readme update readme Update test.yml --- .github/workflows/build.yml | 1 + .github/workflows/test.yml | 3 ++- README.md | 12 ++++++++++++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 13c5c1c..d454f27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,6 +5,7 @@ on: push: branches: - main + - backup tags: - "v*" paths: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ecad6c..3fcd527 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,7 @@ on: push: branches: - main + - backup paths: - "**/*.go" - "go.mod" @@ -40,4 +41,4 @@ jobs: run: sudo go test -v -coverprofile='coverage.out' -covermode=count ./... - name: Test with windows if: ${{ matrix.os == 'windows-latest' }} - run: go test -v -coverprofile='coverage.out' -covermode=count ./... \ No newline at end of file + run: go test -v -coverprofile='coverage.out' -covermode=count ./... diff --git a/README.md b/README.md index 23b1070..cd5dd6d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,18 @@ An open source visual routing tool that pursues light weight, developed using Golang. +

+ + Github Actions + + + + + + + +

+ NextTrace is part of the [OwO Network](https://github.com/OwO-Network) project. The project is a joint initiative of Leo and Vincent. If you like this project, [Donate us](https://afdian.net/a/sjlleo/plan) to help us to provide long-lasting API cost expenses.