Skip to content

Commit 1db7df3

Browse files
committed
[ ci ] Build dependencies of the testing before caching
1 parent a1a7d36 commit 1db7df3

File tree

2 files changed

+3
-151
lines changed

2 files changed

+3
-151
lines changed

.github/workflows/test-windows.yaml

Lines changed: 0 additions & 151 deletions
This file was deleted.

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ jobs:
9292
- name: 🧰 Build ALS
9393
run: stack build
9494

95+
- name: 🧰 Build Testings
96+
run: stack build --test --no-terminal --only-dependencies
97+
9598
# things to be cached
9699

97100
- name: 💾 Cache stack global package db

0 commit comments

Comments
 (0)