Skip to content

Commit

Permalink
ci:migration CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
bootun committed Jan 14, 2022
1 parent 2cc293e commit 3a3bc38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/commit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v ./...

run: |
go test -race -v ./...
chmod +x coveralls.bash
./coveralls.bash
- name: Install
run: go install .
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

0 comments on commit 3a3bc38

Please sign in to comment.