Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ttocsneb committed Apr 3, 2024
1 parent 90ee0ff commit 9e6f9c7
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:

build_and_test:
name: Build and Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Build and Test
run: ./test.sh
- run: rustup update stable nightly
- run: ./test.sh

0 comments on commit 9e6f9c7

Please sign in to comment.