Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
Update kube rs (#68)
Browse files Browse the repository at this point in the history
* Update and pin rust to 1.60, reblessing UI tests

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* Fix step names for UI test job

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* Unpin toolchain

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>

* Update kube-rs and k8s-openapi

Signed-off-by: Spencer Gilbert <spencer.gilbert@gmail.com>
  • Loading branch information
spencergilbert committed Apr 14, 2022
1 parent c40d19d commit a959f61
Show file tree
Hide file tree
Showing 6 changed files with 160 additions and 51 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install toolchain stable
- name: Install toolchain nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
default: true
- name: UI Test with toolchain stable
- name: UI Test with toolchain nightly
uses: actions-rs/cargo@v1
with:
command: test
Expand Down
183 changes: 145 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a959f61

Please sign in to comment.