Skip to content

Commit

Permalink
replace travis by github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dissoupov committed Apr 26, 2021
1 parent 6dd9b0f commit cd01766
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: make vars tools generate hsmconfig

- name: UnitTest
run: make gen_test_certs covtest
run: make gen_test_certs build covtest

- name: coveralls
if: github.event_name == 'pull_request'
Expand Down
40 changes: 0 additions & 40 deletions .travis.yml

This file was deleted.

4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,7 @@ gen_test_certs:
--prefix $(CERTS_PREFIX) \
--root --ca1 --ca2 --bundle \
--server --client --peers --admin

coveralls-github:
echo "Running coveralls"
goveralls -v -coverprofile=coverage.out -service=github -package ./...

0 comments on commit cd01766

Please sign in to comment.