Skip to content

Commit

Permalink
test: Get rid of Hurl in the new test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-l committed Apr 4, 2024
1 parent b70be1d commit 3607776
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-reliability-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: install hurl
run: |
version=4.1.0
curl --location --remote-name "https://github.com/Orange-OpenSource/hurl/releases/download/${version}/hurl_${version}_amd64.deb"
sudo apt-get update && sudo apt-get install -y ./hurl_${version}_amd64.deb
- name: build beerus
run: cargo build -p beerus-cli --release

Expand Down

0 comments on commit 3607776

Please sign in to comment.