Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smklein committed Sep 18, 2024
1 parent 222965a commit 990664a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ jobs:
steps:
# actions/checkout@v2
- uses: actions/checkout@9a9194f87191a7e9055e3e9b95b8cfb13023bb08
- name: Download CockroachDB
run: ./tools/ci_download_cockroachdb
- name: Add CockroachDB to PATH
run: echo ./out/cockroachdb/bin >> $GITHUB_PATH
- name: Build
run: cargo build --tests --verbose
- name: Run tests
Expand Down

0 comments on commit 990664a

Please sign in to comment.