Skip to content

Commit 2e67e14

Browse files
committed
fixup! Add Github Actions workflow for running tests
Signed-off-by: Nabarun Pal <[email protected]>
1 parent 0ab6178 commit 2e67e14

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,6 @@ jobs:
5353
- name: Report coverage
5454
env:
5555
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
56-
run: coveralls
56+
run: |
57+
echo $COVERALLS_REPO_TOKEN
58+
coveralls

0 commit comments

Comments
 (0)