Skip to content

Commit 4e4f9a7

Browse files
committed
difftest: compile difftest in ci before running
1 parent c24cadd commit 4e4f9a7

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.config/nextest.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ fail-fast = false
44

55
[profile.difftests]
66
default-filter = 'package(difftests)'
7+
slow-timeout = "2m"
78

89
[profile.difftest-runner]
910
default-filter = 'package(difftest-runner) | package(difftest-types)'

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,8 @@ jobs:
191191
run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target $TARGET
192192
- name: test difftest-runner
193193
run: cargo nextest run -P difftest-runner -p difftest-runner -p difftest-types --release --no-default-features --features "use-installed-tools"
194+
- name: build difftests (without shaders)
195+
run: cargo build --manifest-path ./tests/difftests/tests/Cargo.toml --workspace --release --no-default-features --features "use-installed-tools"
194196
- name: difftests
195197
run: cargo nextest run -P difftests -p difftests --release --no-default-features --features "use-installed-tools"
196198

0 commit comments

Comments
 (0)