Skip to content

Commit

Permalink
Merge pull request #5 from yfuruyama/github-actions
Browse files Browse the repository at this point in the history
s/circleci/github actions/
  • Loading branch information
yfuruyama committed Sep 19, 2022
2 parents 9552417 + 34500a7 commit ed0080d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
@@ -0,0 +1,15 @@
name: crzerolog-test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...

0 comments on commit ed0080d

Please sign in to comment.