Skip to content

Commit

Permalink
test both uuid features
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Schubert committed Jun 19, 2024
1 parent be406c2 commit b393051
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 521 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Run tests
run: cargo test
- name: Run tests [uuid_string]
run: cargo test --features uuid_string
- name: Run tests [uuid_bytes]
run: cargo test --features uuid_bytes
Loading

0 comments on commit b393051

Please sign in to comment.