Skip to content

Commit bd8809a

Browse files
committed
run tests for linux using curl
1 parent 696dd54 commit bd8809a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/linux.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
name: Compile
3333
with:
3434
command: build
35+
- uses: actions-rs/cargo@v1
36+
name: Run Tests
37+
env:
38+
BROWSER: curl
39+
with:
40+
command: test
41+
args: --all --locked --verbose
3542
- uses: actions-rs/cargo@v1
3643
name: Check Code Formatting
3744
with:

0 commit comments

Comments
 (0)