Skip to content

Commit

Permalink
Update http-conformance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Saturn225 authored Sep 30, 2024
1 parent 5db8627 commit ee215c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/http-conformance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: HTTP Spec Conformance Test
name: HTTP Conformance

on:
pull_request:
Expand Down Expand Up @@ -70,4 +70,4 @@ jobs:
cache: sbt

- name: Run HTTP Conformance Tests
run: sbt "project zioHttpJVM" "testOnly zio.http.ConformanceSpec"
run: sbt "project zioHttpJVM" "testOnly zio.http.ConformanceSpec zio.http.ConformanceE2ESpec"

0 comments on commit ee215c1

Please sign in to comment.