Skip to content

Commit

Permalink
Merge pull request #225 from arclanguage/master
Browse files Browse the repository at this point in the history
Merge master into zck-update-ci-dependencies
  • Loading branch information
zck authored Jun 5, 2023
2 parents c1ea70e + 31cef42 commit d5a555f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
# continue running other jobs in the matrix when one fails
fail-fast: false
matrix:
racket-variant: ["BC", "CS"]
# There is no "allow failures" option for GitHub Actions, but we test on
Expand Down
4 changes: 2 additions & 2 deletions lib/client.arc.t
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
(assert-same "Cookie: name=value; name2=value2; Expires=Wed, 09 Jun 2021;"
(encode-cookies (list "name" "value" "name2" "value2" "Expires" "Wed, 09 Jun 2021")))))
(suite send-request
(test ping-httpbin
(test get-200
(assert-same "HTTP/1.1 200 OK"
(caar (mkreq "www.httpbin.org/status/200"))))))
(caar (mkreq "httpstat.us/200"))))))

0 comments on commit d5a555f

Please sign in to comment.