Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
limuy2022 committed Jun 7, 2024
1 parent 5994d6e commit 1dd48fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/rust_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Config Env
run: rustup install nightly && rustup default nightly
- name: Build
run: cd gdrust && cargo build --all
- name: Build Release
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Config Env
run: rustup install nightly && rustup default nightly
- name: Build
run: cd gdrust && cargo build --all
- name: Build Release
Expand All @@ -23,4 +25,3 @@ jobs:
run: cd gdrust && cargo test --all
- name: Run tests Release
run: cd gdrust && cargo test --all --release

2 changes: 2 additions & 0 deletions .github/workflows/rust_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Config Env
run: rustup install nightly && rustup default nightly
- name: Build
run: cd gdrust && cargo build --all
- name: Build Release
Expand Down

0 comments on commit 1dd48fd

Please sign in to comment.