Skip to content

Commit

Permalink
use github action
Browse files Browse the repository at this point in the history
  • Loading branch information
herumi committed Mar 5, 2021
1 parent 1b25e22 commit 2518c5c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: test
on: [push]

jobs:
build:
name: test
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- run: go test -v ./bls

14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://api.travis-ci.com/herumi/bls-go-binary.svg?branch=master)](https://travis-ci.com/github/herumi/bls-go-binary)
[![Build Status](https://github.com/herumi/bls-go-binary/actions/workflows/main.yml/badge.svg)](https://github.com/herumi/bls-go-binary/actions/workflows/main.yml)

# bls with compiled static library

Expand Down

0 comments on commit 2518c5c

Please sign in to comment.