removed dead test. removed drone.yaml. migrated to gitea actions
All checks were successful
irc build / Build (push) Successful in 1m32s
All checks were successful
irc build / Build (push) Successful in 1m32s
This commit is contained in:
parent
05ea1b328e
commit
9b84bb10db
10
.drone.yml
10
.drone.yml
@ -1,10 +0,0 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: golang
|
||||
commands:
|
||||
- go test -v
|
||||
- go build
|
@ -3,7 +3,7 @@ run-name: ${{ gitea.actor }} build test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Checkout:
|
||||
Build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
@ -14,4 +14,4 @@ jobs:
|
||||
go-version: '>=1.23'
|
||||
- run: go version
|
||||
- run: go build
|
||||
- run: go test
|
||||
- run: go test -v
|
@ -2,7 +2,6 @@ package irc
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"log"
|
||||
"strconv"
|
||||
"strings"
|
||||
"testing"
|
||||
@ -134,7 +133,3 @@ func TestGetServerInfo(t *testing.T) {
|
||||
|
||||
con.Run()
|
||||
}
|
||||
|
||||
func TestParser(t *testing.T) {
|
||||
log.Printf("testing %s\n", t.Name())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user