Skip to content

build(deps): bump github.com/andybalholm/cascadia from 1.3.1 to 1.3.3 #148

build(deps): bump github.com/andybalholm/cascadia from 1.3.1 to 1.3.3

build(deps): bump github.com/andybalholm/cascadia from 1.3.1 to 1.3.3 #148

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- uses: actions/cache@v2
with:
path: ~/go/pkg/mod
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
restore-keys: ${{ runner.os }}-go-
- run: make deps
- run: make test
- run: make test.cdp