diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f377112..94132c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -96,7 +96,7 @@ jobs: sweep-cache: true - name: Run clippy lints - run: SLANG_DIR=$SLANG_DIR cargo clippy --locked --workspace --all-targets -- --deny warnings + run: SLANG_DIR=$SLANG_DIR cargo clippy --locked --workspace --all-targets --features runtime -- --deny warnings # Check documentation. doc: @@ -128,7 +128,7 @@ jobs: sweep-cache: true - name: Check documentation - run: SLANG_DIR=$SLANG_DIR cargo doc --locked --workspace --document-private-items --no-deps + run: SLANG_DIR=$SLANG_DIR cargo doc --locked --workspace --document-private-items --features runtime --no-deps # Testing. test: needs: setup-slang # Depends on setup-slang @@ -163,4 +163,4 @@ jobs: sweep-cache: true - name: Run Cargo Tests run: | - SLANG_DIR=$SLANG_DIR LIBGL_ALWAYS_SOFTWARE=1 cargo test --verbose \ No newline at end of file + SLANG_DIR=$SLANG_DIR LIBGL_ALWAYS_SOFTWARE=1 cargo test --verbose --features runtime \ No newline at end of file diff --git a/.run/Check.run.xml b/.run/Check (runtime).run.xml similarity index 80% rename from .run/Check.run.xml rename to .run/Check (runtime).run.xml index 048d405..0b6d781 100644 --- a/.run/Check.run.xml +++ b/.run/Check (runtime).run.xml @@ -1,7 +1,7 @@ - +