Skip to content

Commit

Permalink
disabled linking action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Solender committed Jun 15, 2022
1 parent 8b0d28d commit 8d1e7e8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@ on:
pull_request: {}
workflow_dispatch: {}
jobs:
codegen_linking_verify:
name: Verify Generated Linking Code is Current
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache-dependency-path: go.mod
cache: true
- name: Get dependencies
run: go get -v -t -d ./...
- name: Compare newly generated linking.go with existing one
run: |
cd testing_
mv linking.go linking.go.bak
go run ../cmd/gogmcli/gogm.go gen .
cmp -l -b linking.go linking.go.bak
# codegen_linking_verify:
# name: Verify Generated Linking Code is Current
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/setup-go@v3
# with:
# go-version-file: go.mod
# cache-dependency-path: go.mod
# cache: true
# - name: Get dependencies
# run: go get -v -t -d ./...
# - name: Compare newly generated linking.go with existing one
# run: |
# cd testing_
# mv linking.go linking.go.bak
# go run ../cmd/gogmcli/gogm.go gen .
# cmp -l -b linking.go linking.go.bak
build:
name: Build and Test
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8d1e7e8

Please sign in to comment.