Skip to content

Commit

Permalink
review: working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Feb 26, 2024
1 parent 1f943e8 commit f7f09d6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
ref: release-2024-02-20

- name: install load-generator
working-directory: $GITHUB_WORKSPACE/boulder/test/load-generator
run: |
cd $GITHUB_WORKSPACE/boulder/test/load-generator
go install
cd -
- name: go install
run: go install -v -race ./...
Expand Down

0 comments on commit f7f09d6

Please sign in to comment.