Further workaround #247

This commit is contained in:
Luke Parker
2023-01-31 10:48:19 -05:00
parent df75782e54
commit 264174644f
2 changed files with 4 additions and 2 deletions

View File

@@ -64,7 +64,7 @@ jobs:
cargo build
- name: Run Tests
run: cargo test --all-features
run: GITHUB_CI=true cargo test --all-features
fmt:
runs-on: ubuntu-latest