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

Commit

Permalink
Add casbin 2.0.0 -> 2.0.1 full test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dario23 committed May 14, 2022
1 parent c50f38d commit 506a2e3
Show file tree
Hide file tree
Showing 4 changed files with 3,400 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/full.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ mod full {
full_test!(libc0, "libc", "0.2.28", "0.2.31", cfg!(windows));
full_test!(libc1, "libc", "0.2.47", "0.2.48", true);
full_test!(rmpv, "rmpv", "0.4.0", "0.4.1", false);
full_test!(casbin, "casbin", "2.0.0", "2.0.1", false);
// full_test!(mozjs, "mozjs", "0.2.0", "0.3.0");
// full_test!(rand, "rand", "0.3.10", "0.3.16");
// full_test!(serde_pre, "serde", "0.7.0", "1.0.0");
Expand Down
Loading

0 comments on commit 506a2e3

Please sign in to comment.