diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 21:20:18 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 21:20:18 +0200 |
| commit | 60352251f38c557bfdf5f713f92fa9eb52bbb14b (patch) | |
| tree | e3e127372cf4509b35d1bf6597d77848bbfb6dd7 /.github/workflows/test.yml | |
| parent | feat: switch to `prettyplease` for code formatting (diff) | |
| download | iced-builder-60352251f38c557bfdf5f713f92fa9eb52bbb14b.tar.gz | |
chore: remove GitHub related stuff
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 652babe..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Test -on: [push, pull_request] -jobs: - test: - runs-on: ubuntu-latest - env: - RUSTFLAGS: -C linker=clang -C link-arg=-fuse-ld=mold --deny warnings - steps: - - uses: hecrj/setup-rust-action@v2 - - uses: actions/checkout@master - - name: Install dependencies - run: | - export DEBIAN_FRONTED=noninteractive - sudo apt-get -qq update - sudo apt-get install -y libxkbcommon-dev clang mold - - uses: actions/cache@v4 - with: - path: | - ~/.cargo/bin/ - ~/.cargo/registry/index/ - ~/.cargo/registry/cache/ - ~/.cargo/git/db/ - target/ - key: ${{ runner.os }}-ci-${{ hashFiles('**/Cargo.lock') }} - - name: Run tests - run: cargo test --verbose --workspace |
