Skip to content

Commit

Permalink
Exclude L1 and L3 requirements from OFT check
Browse files Browse the repository at this point in the history
The L1 and L3 specifications contain requirements for implementations
of the corresponding APIs and thus are not relevant for the Rust
language library, which only defines these APIs but does not
implement them.

Note that the library contains a (default) implementation of the L2
API and thus still needs to cover the requirements specified for L2.
  • Loading branch information
sophokles73 committed Aug 13, 2024
1 parent 35da4b2 commit 5c4b8f7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/run-oft/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ runs:
up-spec/*.adoc \
up-spec/*.md \
up-spec/basics \
up-spec/up-l1/README.* \
up-spec/up-l2 \
up-spec/up-l3;
up-spec/up-l2/api.adoc;
then
echo "requirements-tracing-exit-code=0" >> $GITHUB_OUTPUT
echo "All requirements from uProtocol Specification are covered by crate." >> $GITHUB_STEP_SUMMARY
Expand Down

0 comments on commit 5c4b8f7

Please sign in to comment.