Skip to content

Commit

Permalink
πŸ’š fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Jun 19, 2024
1 parent f8ed693 commit 189258c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@v1
- uses: Swatinem/rust-cache@v2
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: dtolnay/rust-toolchain@7ba5d857b13a2c335579877a00c25c134410d383 # nightly
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- name: Run tests
run: cargo test
working-directory: conformance

0 comments on commit 189258c

Please sign in to comment.