diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c85d47..b20e8a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,7 +254,7 @@ jobs: run: go install github.com/SoundMatt/RELAY/cmd/relay@v1.11.0 - name: RELAY conformance (strict) - run: relay conform ./target/release/rust-lin --strict + run: relay conform --strict ./target/release/rust-lin - name: RELAY interop (LIN golden vectors — must be EQUIVALENT) run: |