Skip to content

Commit

Permalink
badge: fc module
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Michie committed Feb 9, 2024
1 parent fd2b50f commit 9f897da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
go-version: '1.20'

- name: Build
run: go build -v ./...
run: go build -v ./fc/...

- name: Test
run: go test -v ./...
run: go test -v ./fc/...

0 comments on commit 9f897da

Please sign in to comment.