You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cedar-testing/README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,3 @@
2
2
3
3
This package contains utility code for testing `cedar-policy` and `cedar-policy-cli`.
4
4
It is used for running integration tests in CI and by our fuzzing infrastructure in [`cedar-spec`](https://github.com/cedar-policy/cedar-spec).
5
-
6
-
## Running integration tests
7
-
8
-
The integration tests are run by default in CI (e.g., as a part of each pull request), but you can also run them locally.
9
-
In order to do this, you need to have the [`cedar-integration-tests`](https://github.com/cedar-policy/cedar-integration-tests) repository cloned in the top-level directory (`..`).
10
-
11
-
Then, run `cargo test -- integration-tests --ignored`
12
-
13
-
(You can omit `--ignored` if you want to skip the corpus tests for faster feedback.)
0 commit comments