Add Go install step for CI tests
All checks were successful
Deploy to my-vpn / deploy (push) Successful in 2m19s
All checks were successful
Deploy to my-vpn / deploy (push) Successful in 2m19s
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
|||||||
# BLOCK 1: checkout + tests
|
# BLOCK 1: checkout + tests
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Install Go
|
||||||
|
run: |
|
||||||
|
apt-get update -y
|
||||||
|
apt-get install -y golang
|
||||||
- name: Unit tests
|
- name: Unit tests
|
||||||
run: |
|
run: |
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|||||||
Reference in New Issue
Block a user