File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed
Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1- name : Lint
1+ name : lint
22
33on :
44 push :
Original file line number Diff line number Diff line change 1- name : Debug build
1+ name : test
22
33on :
44 push :
1616
1717jobs :
1818 build :
19- name : Linux Debug build
19+ name : Linux
2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
3131 run : |
3232 make test
3333 build_go120 :
34- name : Linux Debug build (Go 1.20)
34+ name : Linux (Go 1.20)
3535 runs-on : ubuntu-latest
3636 steps :
3737 - name : Checkout
4747 run : |
4848 make test
4949 build_go121 :
50- name : Linux Debug build (Go 1.21)
50+ name : Linux (Go 1.21)
5151 runs-on : ubuntu-latest
5252 steps :
5353 - name : Checkout
6262 - name : Build
6363 run : |
6464 make test
65- build__windows :
66- name : Windows Debug build
65+ build_windows :
66+ name : Windows
6767 runs-on : windows-latest
6868 steps :
6969 - name : Checkout
7979 run : |
8080 make test
8181 build_darwin :
82- name : macOS Debug build
82+ name : macOS
8383 runs-on : macos-latest
8484 steps :
8585 - name : Checkout
Original file line number Diff line number Diff line change 11# sing
22
3+ ![ test] ( https://github.com/sagernet/sing/actions/workflows/test.yml/badge.svg )
4+ ![ lint] ( https://github.com/sagernet/sing/actions/workflows/lint.yml/badge.svg )
5+
36Do you hear the people sing?
You can’t perform that action at this time.
0 commit comments