Skip to content

Commit

Permalink
full tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin8105 committed May 30, 2024
1 parent 7f9f0d5 commit deecc9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ mkdir -p ./testdata/
# github.com/Konstantin8105/c4go/version

# Package list
# export PKGS=$(go list -e ./... | grep -v testdata | grep -v examples | grep -v tests | grep -v vendor | tr '\n' ' ')
export PKGS="github.com/Konstantin8105/c4go github.com/Konstantin8105/c4go/util"
export PKGS=$(go list -e ./... | grep -v testdata | grep -v examples | grep -v tests | grep -v vendor | tr '\n' ' ')
# export PKGS="github.com/Konstantin8105/c4go github.com/Konstantin8105/c4go/util"

# View
echo "PKGS : $PKGS"
Expand Down

0 comments on commit deecc9e

Please sign in to comment.