🧪 update tests

This commit is contained in:
Fenny
2020-11-05 09:37:33 +01:00
parent dd9c9c547f
commit f965c69512
14 changed files with 6 additions and 20 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
- name: Fetch Repository
uses: actions/checkout@v2
- name: Run Test
run: go test ./sqlite3 -tags=sqlite3 -v -race
run: cd ./sqlite3 && go test ./... -v -race