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 7eb4df7 commit 3906752Copy full SHA for 3906752
.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