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
Check out first before running tests
gofuzz^2
negbie
6 years ago
parent
d779d948c8
commit
440665576e
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
.github/workflows/test.yml
+ 2
- 0
.github/workflows/test.yml
View File
@ -8,5 +8,7 @@ jobs:
platform
:
[
ubuntu-latest]
runs-on
:
${{ matrix.platform }}
steps:
-
name
:
Checkout
uses
:
actions/checkout@master
-
name
:
Test
run
:
go test $(go list ./... | grep -Ev 'dialog|example|fone|util')
Write
Preview
Loading…
Cancel
Save