CI: Hello darkness my old friend

This commit is contained in:
kayos@tcp.direct 2022-05-01 17:19:45 -07:00
parent c3fcb43515
commit ee92366cd0
Signed by: kayos
GPG Key ID: 4B841471B4BEE979

View File

@ -19,14 +19,10 @@ jobs:
- name: "setup go"
uses: "actions/setup-go@v2"
with:
go-version: "1.17"
- name: "install python3-pytest"
run: "sudo apt install -y python3-pytest"
- name: "make install"
run: "make install"
- name: "make test"
run: "make test"
- name: "make smoke"
run: "make smoke"
- name: "make irctest"
run: "make irctest"
go-version: "1.18"
- name: "go vet"
run: "go vet -v ./..."
- name: "go test"
run: "go test -v ./..."
- name: "go build"
run: "go build ./"