Skip to content

Commit

Permalink
most changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rostyslavtyshko committed Apr 15, 2023
1 parent 3c2a68b commit f231cc1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,25 @@ jobs:
run: |
cargo test --manifest-path tests/Cargo.toml
forc-unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_VERSION }}
- uses: Swatinem/rust-cache@v2

- name: Install Fuel toolchain
uses: FuelLabs/action-fuel-toolchain@v0.6.0
with:
name: my-toolchain
components: forc@${{ env.FORC_VERSION }}, fuel-core@${{ env.CORE_VERSION }}

- name: Run Unit Tests
run: forc build --path libs && forc test --path libs

build-standards:
runs-on: ubuntu-latest

Expand Down

0 comments on commit f231cc1

Please sign in to comment.