Skip to content

Commit

Permalink
fixed linking action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Solender committed Jun 15, 2022
1 parent 8832fc0 commit 6f3be48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
cd testing_
mv linking.go linking.go.bak
go run ../cmd/gogmcli/gogm.go gen .
cmp linking.go linking.go.bak
cmp -l linking.go linking.go.bak
build:
name: Build and Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6f3be48

Please sign in to comment.