Skip to content

Commit

Permalink
Do not format
Browse files Browse the repository at this point in the history
  • Loading branch information
janten committed Apr 29, 2024
1 parent 684e464 commit 025b95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ unit_tests:
- inv deps
- inv -e agent.build --race --major-version $MAJOR_VERSION --python-runtimes $PYTHON_RUNTIMES
# TODO: check why formatting rules differ from previous step
- gofmt -l -w -s ./pkg ./cmd
# - gofmt -l -w -s ./pkg ./cmd
- inv -e rtloader.test
- invoke install-tools
- echo "inv -e test --coverage --race --profile --fail-on-fmt --cpus 4 --major-version $MAJOR_VERSION --python-runtimes $PYTHON_RUNTIMES"
Expand Down

0 comments on commit 025b95e

Please sign in to comment.