Skip to content

Commit

Permalink
chore: remove todo in unit-tests workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Abirdcfly <[email protected]>
  • Loading branch information
Abirdcfly authored and jkneubuh committed Dec 13, 2022
1 parent 234effb commit 0f551ae
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
name: unit-tests

on:
# TODO: uncomment this when moved to hyperledger-labs repo
# push:
# branches: [main]
push:
branches: [main]
pull_request:
branches: [main]

Expand All @@ -39,8 +38,7 @@ jobs:
go-version: ${{ env.GO_VER }}
- name: license header checks
run: scripts/check-license.sh
# TODO: run in hyperledger-labs
# - name: gosec
# run: scripts/go-sec.sh
- name: gosec
run: scripts/go-sec.sh
- name: run tests
run: make test

0 comments on commit 0f551ae

Please sign in to comment.