Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 8d5390c

Browse files
author
Athos Couto
committed
Set same RUSTFLAGS in both jobs && remove unnecessary steps
1 parent 3e1f647 commit 8d5390c

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
test:
5151
runs-on: ubuntu-latest
5252
name: Run Tests
53+
env:
54+
RUSTFLAGS: -D warnings --cfg=uuid_unstable
5355
services:
5456
minio:
5557
image: lazybit/minio
@@ -63,16 +65,8 @@ jobs:
6365
- /data
6466
options: --name=minio --health-cmd "curl http://localhost:9000/minio/health/live"
6567
steps:
66-
- name: Make some room available
67-
run: "sudo rm -rf /usr/local/lib/android && sudo rm -rf /usr/share/dotnet"
68-
- name: Install Ruby
69-
uses: ruby/setup-ruby@v1
70-
with:
71-
ruby-version: 2.6
72-
bundler-cache: true
7368
- uses: hecrj/setup-rust-action@v1
74-
- name: Install foundationdb-clients
75-
run: wget https://github.com/apple/foundationdb/releases/download/7.1.25/foundationdb-clients_7.1.25-1_amd64.deb && sudo dpkg -i foundationdb-clients_7.1.25-1_amd64.deb
69+
7670
- uses: actions/checkout@v3
7771
with:
7872
submodules: recursive

0 commit comments

Comments
 (0)