Skip to content

Commit

Permalink
README.md: add appveyor badge
Browse files Browse the repository at this point in the history
  • Loading branch information
yookoala committed Nov 15, 2023
1 parent 06a3367 commit c579517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# RESTit [![CI test][ci-badge]][ci-url]
# RESTit [![CI test][ci-badge]][ci-url] [![Appveyor test][appveyor-badge]][appveyor]

A Go micro-framework to help writing RESTful API integration test

Expand All @@ -10,6 +10,8 @@ and yet easy to modify.

[ci-url]: https://github.com/go-restit/restit/actions?query=branch%3Amain
[ci-badge]: https://github.com/go-restit/restit/actions/workflows/ci.yml/badge.svg?branch=main
[appveyor]: https://ci.appveyor.com/project/yookoala/restit?branch=main
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/go-restit/restit?branch=main&svg=true


Versions
Expand Down

0 comments on commit c579517

Please sign in to comment.