This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
gosip
mirror of
https://github.com/jart/gosip
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Add github action
gofuzz^2
negbie
6 years ago
parent
80e84b2900
commit
d779d948c8
2 changed files
with
12 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
.github/workflows/test.yml
+0
-1
.gitignore
+ 12
- 0
.github/workflows/test.yml
View File
@ -0,0 +1,12 @@
on
:
[
push, pull_request]
name
:
Test
jobs:
test:
strategy:
matrix:
go-version
:
[
1.13
.x, 1.14.x]
platform
:
[
ubuntu-latest]
runs-on
:
${{ matrix.platform }}
steps:
-
name
:
Test
run
:
go test $(go list ./... | grep -Ev 'dialog|example|fone|util')
+ 0
- 1
.gitignore
View File
@ -1,6 +1,5 @@
*.test
/fone/fone
.*
/sftp-config.json
/main
/main.go
Write
Preview
Loading…
Cancel
Save