Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awgh authored Jan 16, 2021
1 parent cc9a2e1 commit c1db8b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- run: mkdir ratnet/tmp

#- run: go test -v ./...
- run: go test -v -tags debug -timeout 0 github.com/awgh/ratnet/nodes/qldb
- run: go test -v -tags debug -timeout 0 github.com/awgh/ratnet/nodes/ram
- run: go test -v -tags debug -timeout 0 github.com/awgh/ratnet/nodes/fs
- run: go test -v -tags debug -timeout 0 github.com/awgh/ratnet/ratnet
- run: go test -v -timeout 0 github.com/awgh/ratnet/nodes/qldb
- run: go test -v -timeout 0 github.com/awgh/ratnet/nodes/ram
- run: go test -v -timeout 0 github.com/awgh/ratnet/nodes/fs
- run: go test -v -timeout 0 github.com/awgh/ratnet/ratnet

0 comments on commit c1db8b9

Please sign in to comment.