mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
Add test tags to github workflow
This commit is contained in:
9
.github/workflows/go-test.yml
vendored
9
.github/workflows/go-test.yml
vendored
@@ -27,13 +27,8 @@ jobs:
|
||||
go-version: "1.23"
|
||||
cache: true
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: |
|
||||
# sudo apt-get update
|
||||
# sudo apt-get install -y gcc
|
||||
|
||||
- name: Run Tests
|
||||
run: go test ./... -v
|
||||
run: go test -tags=test,integration ./... -v
|
||||
|
||||
- name: Run Tests with Race Detector
|
||||
run: go test -race ./... -v
|
||||
run: go test -tags=test,integration -race ./... -v
|
||||
|
||||
Reference in New Issue
Block a user