Skip to content

Remove kernel-5.4 repo to try to speed testing up #3

Remove kernel-5.4 repo to try to speed testing up

Remove kernel-5.4 repo to try to speed testing up #3

Workflow file for this run

name: Test
on: [push]
jobs:
build:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ./pleasew build -p -v2 //...
- run: ./pleasew test -p -v2 --detailed //...
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}