We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5f548 commit 897803dCopy full SHA for 897803d
1 file changed
.github/workflows/ci.yml
@@ -19,5 +19,8 @@ jobs:
19
- name: Install dependencies
20
run: npm install
21
22
- - name: Build and run tests
23
- run: spago test
+ - name: Build (using normal Spago config)
+ run: spago build
24
+
25
+ - name: Run tests
26
+ run: spago -x test.dhall test
0 commit comments