Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit ed49bd1

Browse files
committed
Add casbin 2.0.0 -> 2.0.1 full test
This uses `#[async_trait]`, so this test failing might indicate something in that direction being wrong. Of course since it's a full package being tested, it's not really accurate to just this issue, but it's something.
1 parent c50f38d commit ed49bd1

File tree

4 files changed

+3122
-0
lines changed

4 files changed

+3122
-0
lines changed

tests/full.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ mod full {
174174
full_test!(libc0, "libc", "0.2.28", "0.2.31", cfg!(windows));
175175
full_test!(libc1, "libc", "0.2.47", "0.2.48", true);
176176
full_test!(rmpv, "rmpv", "0.4.0", "0.4.1", false);
177+
full_test!(casbin, "casbin", "2.0.0", "2.0.1", false);
177178
// full_test!(mozjs, "mozjs", "0.2.0", "0.3.0");
178179
// full_test!(rand, "rand", "0.3.10", "0.3.16");
179180
// full_test!(serde_pre, "serde", "0.7.0", "1.0.0");

0 commit comments

Comments
 (0)