Skip to content

Commit 32f14a5

Browse files
authored
Update and rename build.yaml to build_and_test.yaml
1 parent 55a225b commit 32f14a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml renamed to .github/workflows/build_and_test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: build and test
22
on: [push]
33
jobs:
44
varuh-build:
@@ -17,4 +17,5 @@ jobs:
1717
- run: echo "\U0001f34f This job's status is ${{ job.status }}."
1818
- name: Build code
1919
run: |
20-
cd ${{ github.workspace }} && make
20+
cd ${{ github.workspace }} && make
21+
cd ${{ github.workspace }}/tests && go test -v

0 commit comments

Comments
 (0)