This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

core / .tangled / workflows / test.yml
327 B 19 lines
1when: 2 - event: ["push", "pull_request"] 3 branch: ["master"] 4 5dependencies: 6 nixpkgs: 7 - go 8 - gcc 9 10steps: 11 - name: patch static dir 12 command: | 13 mkdir -p appview/pages/static; touch appview/pages/static/x 14 15 - name: run all tests 16 environment: 17 CGO_ENABLED: 1 18 command: | 19 go test -v ./...