Skip to content
Snippets Groups Projects
Commit ca16573a authored by capossele's avatar capossele
Browse files

:white_check_mark: skips drng test on github workflow

parent dbb15407
No related branches found
No related tags found
No related merge requests found
......@@ -19,4 +19,4 @@ jobs:
uses: actions/checkout@v2
- name: Run Tests
run: go test ./...
run: go test $(go list ./... | grep -v drng)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment