We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0d1f2 commit bf6ae90Copy full SHA for bf6ae90
.github/workflows/ci.yml
@@ -24,14 +24,10 @@ jobs:
24
output
25
26
- name: Install dependencies
27
- run: |
28
- bower install
29
- spago install
+ run: spago install
30
31
- name: Build source
32
33
- pulp build
34
- spago build --no-install --purs-args '--censor-lib --strict'
+ run: spago build --no-install --purs-args '--censor-lib --strict'
35
36
- name: Run tests
37
- run: spago test --no-install
+ run: spago -x test/test.dhall test --no-install
0 commit comments