Skip to content

Commit 0991328

Browse files
authored
Adds tests to CI (#205)
1 parent 57ae7fd commit 0991328

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ jobs:
3131
path: ~/.nimble/
3232
key: ${{ matrix.os }}-${{ env.cache_nonce }}
3333

34-
- name: test
34+
- name: Nimble Install
3535
shell: bash
3636
run: |
3737
nimble -y install
38+
39+
- name: Nimble Test
40+
shell: bash
41+
run: |
42+
nimble test

0 commit comments

Comments
 (0)