We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4a341 commit c0c9622Copy full SHA for c0c9622
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
run: spago build --censor-stats --strict --ensure-ranges --pedantic-packages
32
33
- name: Run tests
34
- run: spago test --offline --censor-stats --strict --pedantic-packages -- --censor-codes=UserDefinedWarning
+ run: spago test --offline --censor-stats --strict --pedantic-packages
35
36
- name: Verify formatting
37
run: purs-tidy check src test
0 commit comments