Skip to content

Commit 6ceba74

Browse files
committed
Fix CI
1 parent 09f6b75 commit 6ceba74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@ on:
99
jobs:
1010

1111
build:
12-
name: Build
12+
name: build
1313
runs-on: ubuntu-latest
1414
steps:
1515

16-
- name: Set up Go 1.x
16+
- name: set up Go 1.x
1717
uses: actions/setup-go@v2
1818
with:
1919
go-version: ^1.14
2020
id: go
2121

22-
- name: Check out code into the Go module directory
22+
- name: checkout
2323
uses: actions/checkout@v2
2424

2525
- name: modules
2626
run: go mod download
2727

2828
- name: test
29-
run: go test -v .
29+
run: go test -v ./emf

0 commit comments

Comments
 (0)