1
0
Fork 0
mirror of synced 2024-05-02 11:33:00 +12:00

Test workspace

This commit is contained in:
Rafał Mikrut 2020-09-20 13:30:15 +02:00
parent 43ead2edb8
commit 597d3e9ce7
2 changed files with 1 additions and 2 deletions

1
.github/FUNDING.yml vendored
View file

@ -1 +0,0 @@
github: qarmin

View file

@ -42,7 +42,7 @@ jobs:
RUSTFLAGS: "-C debuginfo=0 -D warnings"
- name: Run tests
run: cargo test
run: cargo test --workspace
if: ${{ runner.os == 'Linux' }}
env:
CARGO_INCREMENTAL: 0