Skip to content

Commit

Permalink
Remove REPR_GUEST_BUILD for nextest
Browse files Browse the repository at this point in the history
  • Loading branch information
jfldde committed Sep 19, 2024
1 parent 46dfc42 commit ab0c162
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,6 @@ jobs:
run: make test
env:
RUST_BACKTRACE: short
REPR_GUEST_BUILD: 1
BONSAI_API_URL: ${{ secrets.BONSAI_API_URL }} # TODO: remove this once we don't use the client on tests
BONSAI_API_KEY: ${{ secrets.BONSAI_API_KEY }} # TODO: remove this once we don't use the client on tests
USE_DOCKER: "true"
Expand Down

0 comments on commit ab0c162

Please sign in to comment.