Skip to content

Commit

Permalink
ci/test: added env to test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tguntenaar committed Nov 8, 2024
1 parent d848df6 commit 5b0c3b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
run: cargo build --verbose

- name: Run tests
env:
CONTRACT: devhub.near
run: cargo test --verbose

- name: Run clippy
Expand Down

0 comments on commit 5b0c3b3

Please sign in to comment.