Skip to content

Commit 0f866dc

Browse files
committed
Merge branch 'master' of https://github.com/DraftedDev/bytebox
2 parents 4757e43 + 3907869 commit 0f866dc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v3
1919
- name: Build
20-
run: cargo build --verbose
20+
run: cargo build --verbose --all
2121
- name: Run tests
22-
run: cargo test --verbose --all-features
22+
run: cargo test --verbose

0 commit comments

Comments
 (0)