Skip to content

Commit

Permalink
Try the easy way of setting the env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jan 25, 2024
1 parent bf9cea1 commit 5fc2c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
run: cd main; go build -v

- name: Test dio
run: cd main; go test ./cmd -v -check.v
run: cd main; IS_TESTING=yes go test ./cmd -v -check.v

0 comments on commit 5fc2c6d

Please sign in to comment.