Skip to content

Commit ff672c6

Browse files
committed
difftest: compile difftest in ci before running
1 parent d42a733 commit ff672c6

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
@@ -181,6 +181,8 @@ jobs:
181181
run: cargo fetch --locked --target $TARGET
182182
- name: cargo fetch --locked difftests
183183
run: cargo fetch --locked --manifest-path=tests/difftests/tests/Cargo.toml --target $TARGET
184+
- name: build difftests (without shaders)
185+
run: cargo nextest run -P difftests -p difftests --release --no-default-features --features "use-installed-tools" --no-run
184186
- name: difftests
185187
run: cargo nextest run -P difftests -p difftests --release --no-default-features --features "use-installed-tools"
186188

0 commit comments

Comments
 (0)