Skip to content

Commit fdf830a

Browse files
committed
Add tests
1 parent 26f3caf commit fdf830a

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: test-async-core-bluetooth
2+
run-name: ${{ github.actor }} is running tests
3+
on:
4+
push:
5+
branches:
6+
- main
7+
pull_request:
8+
branches:
9+
- main
10+
jobs:
11+
build:
12+
runs-on: macos-latest
13+
14+
steps:
15+
- uses: SwiftyLab/setup-swift@latest
16+
17+
- name: Checkout code
18+
uses: actions/checkout@v2
19+
20+
- name: Build
21+
run: swift build
22+
23+
- name: Test
24+
run: swift test

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# AsyncObservable
22

3+
![Build and Test](https://github.com/meech-ward/AsyncObservable/actions/workflows/build.yml/badge.svg)
4+
35
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmeech-ward%2FAsyncObservable%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/meech-ward/AsyncObservable)
46

57
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmeech-ward%2FAsyncObservable%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/meech-ward/AsyncObservable)

0 commit comments

Comments
 (0)