Skip to content

Commit

Permalink
remove CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
torao committed Mar 15, 2023
1 parent f8cfc48 commit 98815b8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 36 deletions.
33 changes: 0 additions & 33 deletions .circleci/config.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Build TinyMT
name: "Test TinyMT"
on: [push]
jobs:
test:
name: "run tests"
name: "tests"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# TinyMT
[![github actions](https://github.com/torao/tinymt/actions/workflows/build.yml/badge.svg)](https://github.com/torao/tinymt/actions)
[![torao](https://circleci.com/gh/torao/tinymt.svg?style=svg)](https://app.circleci.com/pipelines/github/torao/tinymt)
[![docs](https://docs.rs/tinymt/badge.svg)](https://docs.rs/tinymt)
[![crates.io](https://img.shields.io/crates/v/tinymt.svg)](https://crates.io/crates/tinymt)

Expand Down

0 comments on commit 98815b8

Please sign in to comment.