Skip to content

Commit

Permalink
env attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
ripytide committed Oct 20, 2024
1 parent 8af840d commit 7525d00
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Env Variables
run: echo "{RUST_BACKTRACE}={full}" >> "$GITHUB_ENV"

- name: Cargo Test
run: cargo test --verbose --color never
run: RUST_BACKTRACE=full cargo test --verbose --color never

0 comments on commit 7525d00

Please sign in to comment.