Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
add test flag
Browse files Browse the repository at this point in the history
  • Loading branch information
ingbyr committed Dec 22, 2021
1 parent efeea3e commit 800a5c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.17
- name: Test
run: go test -v ./...
- name: Test in memory mode
run: go test -tags=memfs -v ./...
- name: Test in os mode
run: go test -tags=osfs -v ./...

0 comments on commit 800a5c9

Please sign in to comment.